diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2007-03-03 18:28:14 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-03 12:11:22 -0800 |
commit | 81035bba0a15f9c8c28016c131dda864b70774f3 (patch) | |
tree | f087669a3ad166ed8916c8e14384e6fdcbf4b123 | |
parent | Fix quoting in update hook template (diff) | |
download | tgif-81035bba0a15f9c8c28016c131dda864b70774f3.tar.xz |
Fix git-gc usage note
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-x | git-gc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # # Cleanup unreachable files and optimize the repository. -USAGE='git-gc [--prune]' +USAGE='[--prune]' SUBDIRECTORY_OK=Yes . git-sh-setup |