git-pr

created pr with 11.1 on 2024-07-22T16:35:13Z · by 964fa508
added 11.2 on 2024-07-22T18:12:49Z · by c8ef7d19
-: ------- > 1: 31fcd4a lgtm
1: 57b42aa = 2: 31fcd4a fix: only log status change if the status changes
cmds
checkout latest patchset:
ssh pr.pico.sh print 11 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 11.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 11

Patchset 11.2 on 2024-07-22T18:12:49Z · commit 31fcd4a

lgtm
Eric Bower 2024-07-22T18:12:25Z
woops! thanks for fixing that

jolheiser (1):
  fix: only log status change if the status changes

 cli.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

base-commit: dbedbf6c422822dfdaaded07103829f8bb85d11a
--
2.45.2
Back to top