Add "git-prune-packed" that removes objects that exist in a pack.
commit2396ec85bd167b87e21edbd3a64d46eeb19d6a5d
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 3 Jul 2005 21:27:34 +0000 (3 14:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 3 Jul 2005 21:27:34 +0000 (3 14:27 -0700)
treea4cb6a994e8268d1efd029b9c5dbfdf3708813a7
parentb2d46199d24856a05f455236031935dd35b3116f
Add "git-prune-packed" that removes objects that exist in a pack.

This, together with "git repack" can be used to clean up unpacked
git archives.
Makefile
prune-packed.c [new file with mode: 0644]