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

Otherwise we would end up slurping objects we borrow from
alternates.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-gc.sh