projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a58a9a
)
git-whatchanged: Add usage string
author
Fredrik Kuivinen
<freku045@student.liu.se>
Thu, 15 Dec 2005 22:48:38 +0000
(23:48 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 16 Dec 2005 00:02:25 +0000
(16:02 -0800)
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-whatchanged.sh
patch
|
blob
|
history
diff --git
a/git-whatchanged.sh
b/git-whatchanged.sh
index
85a49fc
..
b170f74
100755
(executable)
--- a/
git-whatchanged.sh
+++ b/
git-whatchanged.sh
@@
-1,4
+1,9
@@
#!/bin/sh
+
+USAGE='[-p] [--max-count=<n>] [<since>..<limit>] [--pretty=<format>] [-m] [git-diff-tree options] [git-rev-list options]'
+SUBDIRECTORY_OK='Yes'
+. git-sh-setup
+
rev_list_args=$(git-rev-parse --sq --default HEAD --revs-only "$@") &&
diff_tree_args=$(git-rev-parse --sq --no-revs "$@") &&