git-pr

created pr with 8.1 on 2024-07-20T15:02:56Z · by 6baffbe4
pr_reviewed on 2024-07-21T15:50:45Z · by c8ef7d19
cmds
checkout latest patchset:
ssh pr.pico.sh print 8 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 8.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 8

Patchset 8.2 on 2024-07-21T15:50:45Z · commit e082026

LGTM
Eric Bower 2024-07-21T15:50:00Z
Thanks for your contribution!

Jeremy Clarke (1):
  docs: fix typo / minor rewording in readme

 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

base-commit: 80146055f2be0bdbd62f2509738ca548451fcdbc
--
2.45.2
Back to top