Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
templates/hooks--update.sample: use a lowercase "usage:" string
author
David Aguilar
<davvid@gmail.com>
Sun, 24 Feb 2013 00:50:23 +0000
(16:50 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Feb 2013 21:31:09 +0000
(13:31 -0800)
Make the usage string consistent with Git.
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/hooks--update.sample
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
00eae5e
)
diff --git
a/templates/hooks--update.sample
b/templates/hooks--update.sample
index 71ab04edc09be7aeefa1e8a0f609a974ffd55a9f..d84758373da1d3121ec907435ae5d598c5c14b26 100755
(executable)
--- a/
templates/hooks--update.sample
+++ b/
templates/hooks--update.sample
@@
-38,7
+38,7
@@
if [ -z "$GIT_DIR" ]; then
fi
if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then
- echo "
U
sage: $0 <ref> <oldrev> <newrev>" >&2
+ echo "
u
sage: $0 <ref> <oldrev> <newrev>" >&2
exit 1
fi