Code

Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc
authorJunio C Hamano <junkio@cox.net>
Wed, 27 Dec 2006 22:23:21 +0000 (14:23 -0800)
committerJunio 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

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