Make git-pack-redundant take a list of unimportant objs on stdin
commitbb931cf9d73d94d9940b6d0ee56b6c13ad42f1a0
authorLukas Sandström <lukass@etek.chalmers.se>
Fri, 18 Nov 2005 22:17:50 +0000 (18 23:17 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 Nov 2005 20:38:16 +0000 (22 12:38 -0800)
tree76044169efca82248e9e32124ed795670f9c5875
parent302ebfe52192fff9a2c1c612dff22325fd073acc
Make git-pack-redundant take a list of unimportant objs on stdin

This lets us do "git-fsck-objects --full --unreachable | cut -d ' ' -f3 |
git-pack-redundant --all", which will keep git-pack-redundant from keeping
packs just because they contain unreachable objects.

Also add some more --verbose output.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c