Fix git-gc usage note

Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Matthias Kestenholz 2007-03-03 18:28:14 +01:00 committed by Junio C Hamano
parent b8ac23bcf8
commit 81035bba0a

View File

@ -4,7 +4,7 @@
# #
# Cleanup unreachable files and optimize the repository. # Cleanup unreachable files and optimize the repository.
USAGE='git-gc [--prune]' USAGE='[--prune]'
SUBDIRECTORY_OK=Yes SUBDIRECTORY_OK=Yes
. git-sh-setup . git-sh-setup