projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f57b0a
)
Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc
author
Junio C Hamano
<junkio@cox.net>
Wed, 27 Dec 2006 22:23:21 +0000
(14:23 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 27 Dec 2006 22:23:21 +0000
(14:23 -0800)
Otherwise we would end up slurping objects we borrow from
alternates.
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 e55ed19fbd2ec3bdc748e855f13397b1187fdafb..6de55f729258200a0215f65bbacb0a1cf1c0c51f 100755
(executable)
--- a/
git-gc.sh
+++ b/
git-gc.sh
@@
-10,6
+10,6
@@
SUBDIRECTORY_OK=Yes
git-pack-refs --prune &&
git-reflog expire --all &&
-git-repack -a -d &&
+git-repack -a -d
-l
&&
git-prune &&
git-rerere gc || exit