diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-14 21:56:37 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-14 21:56:37 -0700 |
commit | 7bfd678d21e7a5c01c3ca10b5eb8c2ab144cec4a (patch) | |
tree | 54608f44ecdea53e5219b6c66b880b676cc1ab84 /git-sh-setup.sh | |
parent | Merge branch 'jc/fix5500' into next (diff) | |
parent | rev-list --bisect: limit list before bisecting. (diff) | |
download | tgif-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-x | git-sh-setup.sh | 2 |
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 |