git-pr

created pr with 60.1 on 2025-04-07T22:44:49Z · by 964fa508
added 60.2 on 2025-08-10T19:03:50Z · by c8ef7d19
-: ------- > 1: 867f3be Closing for now
1: 6a52e9e ! 2: 867f3be docs proposal
cmds
checkout latest patchset:
ssh pr.pico.sh print 60 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 60.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 60

Patchset 60.2 on 2025-08-10T19:03:50Z · commit 867f3be

Closing for now
Eric Bower 2025-08-10T19:02:46Z
At 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
Back to top