git-pr

created pr with 9.1 on 2024-07-22T16:00:20Z · by 964fa508
added 9.2 on 2024-07-22T17:56:33Z · by c8ef7d19
-: ------- > 1: 14c87fe lgtm
1: 42e808b = 2: 14c87fe fix: insert repoID with pr creation
changed status to accepted on 2024-07-22T17:56:33Z · by c8ef7d19
cmds
checkout latest patchset:
ssh pr.pico.sh print 9 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 9.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 9
set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 9
set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 9

Patchset 9.2 on 2024-07-22T17:56:33Z · commit 14c87fe

lgtm
Eric Bower 2024-07-22T17:56:14Z
thanks!

jolheiser (1):
  fix: insert repoID with pr creation

 pr.go | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

base-commit: dc33a1fb8df6734297a961cd08dc6e5b4f08730a
--
2.45.2
Back to top