summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-14 21:56:37 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-14 21:56:37 -0700
commit7bfd678d21e7a5c01c3ca10b5eb8c2ab144cec4a (patch)
tree54608f44ecdea53e5219b6c66b880b676cc1ab84 /git-sh-setup.sh
parentMerge branch 'jc/fix5500' into next (diff)
parentrev-list --bisect: limit list before bisecting. (diff)
downloadtgif-7bfd678d21e7a5c01c3ca10b5eb8c2ab144cec4a.tar.xz
Merge branch 'jc/bottomless' into next
* jc/bottomless: rev-list --bisect: limit list before bisecting. Clean up trailing whitespace when pretty-printing commits "git cmd -h" for shell scripts. git-log <diff-options> <paths> documentation Retire git-log.sh (take #4) stripspace: incomplete line fix (take #2)
Diffstat (limited to 'git-sh-setup.sh')
-rwxr-xr-xgit-sh-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh
index 025ef2d5f6..d15747f1ed 100755
--- a/git-sh-setup.sh
+++ b/git-sh-setup.sh
@@ -30,7 +30,7 @@ $LONG_USAGE"
fi
case "$1" in
- --h|--he|--hel|--help)
+ -h|--h|--he|--hel|--help)
echo "$LONG_USAGE"
exit
esac