From: Lukas Sandström Date: Fri, 18 Nov 2005 22:17:50 +0000 (+0100) Subject: Make git-pack-redundant take a list of unimportant objs on stdin X-Git-Tag: v0.99.9k^2~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bb931cf9d73d94d9940b6d0ee56b6c13ad42f1a0?hp=bb931cf9d73d94d9940b6d0ee56b6c13ad42f1a0 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 Signed-off-by: Junio C Hamano ---