]> git.ipfire.org Git - thirdparty/git.git/commit
Remove all old packfiles when doing "git repack -a -d"
authorLukas Sandström <lukass@etek.chalmers.se>
Fri, 18 Nov 2005 20:36:12 +0000 (21:36 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 22:26:31 +0000 (14:26 -0800)
commit62af0b532b5ab94d231205db2db444a638a4ce49
tree82ec6b7e506c6d076a008394b64f3addb20e35f4
parent4d16f8de16e4caa278c850f812eef2cde9980b35
Remove all old packfiles when doing "git repack -a -d"

No point in running git-pack-redundant if we already know
which packs are redundant.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh