summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f57b0a)
raw | patch | inline | side by side (parent: 8f57b0a)
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>
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
git-pack-refs --prune &&
git-reflog expire --all &&
-git-repack -a -d &&
+git-repack -a -d -l &&
git-prune &&
git-rerere gc || exit