6 git-pack-redundant - Program used to find redundant pack files.
11 'git-pack-redundant [ -v ] < -a | .pack filename ... >'
15 This program computes which packs in your repository
16 are redundant. The output is suitable for piping to
17 'xargs rm' if you are in the root of the repository.
23 Verbose. Outputs some statistics to stderr.
24 Has a small performance penalty.
27 All. Processes all the local packs. Any filenames on
28 the commandline are ignored.
32 Written by Lukas Sandström <lukass@etek.chalmers.se>
36 Documentation by Lukas Sandström <lukass@etek.chalmers.se>
40 gitlink:git-pack-objects[1]
42 gitlink:git-prune-packed[1]
46 Part of the gitlink:git[7] suite