shring

created pr with 82.1 on 2025-10-01T16:44:43Z · by ad64d2aa
cmds
checkout latest patchset:
ssh pr.pico.sh print 82 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 82.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 82

Patchset 82.1 on 2025-10-01T16:44:43Z · commit effb67f

Test commit
Daniel Fichtinger 2025-10-01T16:41:37Z
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+1 -0 foobar.txt #
......@@ -0,0 +1,1 @@
1+foobar
Back to top