projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ac23b
)
Fix git-gc usage note
author
Matthias Kestenholz
<matthias@spinlock.ch>
Sat, 3 Mar 2007 17:28:14 +0000
(18:28 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 3 Mar 2007 20:11:22 +0000
(12:11 -0800)
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-gc.sh
patch
|
blob
|
history
diff --git
a/git-gc.sh
b/git-gc.sh
index 1a45de5dff7763fbca2a9076a4d3bdb0ed903439..436d7caff5c26f7c0ff8c0a410bdabccdec0a900 100755
(executable)
--- a/
git-gc.sh
+++ b/
git-gc.sh
@@
-4,7
+4,7
@@
#
# Cleanup unreachable files and optimize the repository.
-USAGE='
git-gc
[--prune]'
+USAGE='[--prune]'
SUBDIRECTORY_OK=Yes
. git-sh-setup