stagit
created pr with
120.1
changed status to
closed
cmds
checkout latest patchset:
ssh pr.pico.sh print 120 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 120.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 120set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 120set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 120
Patchset
120.1
Add LICENSE.txt to *licensefiles
Paul W. Rankin
2026-03-07T05:26:26ZSemantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(1 file skipped: unsupported file type)
+1
-1
stagit.c
#
| ... | ... | @@ -67,7 +67,7 @@ static char *strippedname = ""; | |
| 67 | 67 | static char description[255]; | |
| 68 | 68 | static char cloneurl[1024]; | |
| 69 | 69 | static char *submodules; | |
| 70 | - | static char *licensefiles[] = { "HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:COPYING" }; | |
| 70 | + | static char *licensefiles[] = { "HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:LICENSE.txt", "HEAD:COPYING" }; | |
| 71 | 71 | static char *license; | |
| 72 | 72 | static char *readmefiles[] = { "HEAD:README", "HEAD:README.md" }; | |
| 73 | 73 | static char *readme; |