git-pr
created pr with
60.1
added 60.2
-: ------- > 1: 867f3be Closing for now
1: 6a52e9e ! 2: 867f3be docs proposal
cmds
checkout latest patchset:
ssh pr.pico.sh print 60 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 60.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 60
Patchset
60.2
Closing for now
Eric Bower
2025-08-10T19:02:46ZAt one point I had it in a separate docs page but kind of like the docs on the landing index page. I'd like to keep it the way it is for now until we have more content to put there. Thanks tho! jolheiser (1): docs proposal .gitignore | 2 + tmpl/docs.html | 235 ++++++++++++++++++++++++++++++++++++++++++++++++ tmpl/index.html | 225 +--------------------------------------------- web.go | 16 ++++ 4 files changed, 256 insertions(+), 222 deletions(-) create mode 100644 tmpl/docs.html -- 2.50.1