author | Lukas Sandström <lukass@etek.chalmers.se> | |
Fri, 18 Nov 2005 22:17:50 +0000 (23:17 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 22 Nov 2005 20:38:16 +0000 (12:38 -0800) | ||
commit | bb931cf9d73d94d9940b6d0ee56b6c13ad42f1a0 | |
tree | 76044169efca82248e9e32124ed795670f9c5875 | tree | snapshot |
parent | 302ebfe52192fff9a2c1c612dff22325fd073acc | commit | diff |
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>
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 | diff | blob | history |