projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820e2e0
)
add list command to status
author
Joey Hess
<joey@kitenet.net>
Sun, 18 Mar 2012 16:58:24 +0000
(12:58 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 18 Mar 2012 16:58:24 +0000
(12:58 -0400)
pristine-tar
patch
|
blob
|
history
diff --git
a/pristine-tar
b/pristine-tar
index 8f57c19fac21ee00ffaa6474499e1fc0b34f4f65..6db8c47d1cbd90065fe35629f7e317377f041698 100755
(executable)
--- a/
pristine-tar
+++ b/
pristine-tar
@@
-212,6
+212,7
@@
sub usage {
print STDERR " pristine-tar [-vdk] gentar delta tarball\n";
print STDERR " pristine-tar [-vdk] [-m message] commit tarball [upstream]\n";
print STDERR " pristine-tar [-vdk] checkout tarball\n";
+ print STDERR " pristine-tar list\n";
exit 1;
}