git-pr

created pr with 61.1 on 2025-04-07T23:02:03Z · by 964fa508
added 61.2 on 2025-04-08T15:41:51Z · by c8ef7d19
-: ------- > 1: 941acdf lgtm
1: e32ba93 = 2: 941acdf fix patchset count for specific user
cmds
checkout latest patchset:
ssh pr.pico.sh print 61 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 61.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 61

Patchset 61.2 on 2025-04-08T15:41:51Z · commit 941acdf

lgtm
Eric Bower 2025-04-08T15:41:36Z
Thanks for the fix!

jolheiser (1):
  fix patchset count for specific user

 pr.go  | 11 +++++++++++
 web.go |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

base-commit: 56c1c13bfc967d64ea49d4df4b21d2bd705ad863
--
2.45.3
Back to top