X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=951622774af70e92590740c27fe021223f29442a;hb=74237d6236d7e32f69469ff26df3f3bb3875f523;hp=d2f9a44382f3e74860bb5f489acf2843281ffb1c;hpb=7be14b49ac14da65764a115d7cb64c8a72ab5b61;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index d2f9a443..95162277 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -38,6 +38,7 @@ OPTIONS -d:: After packing, if the newly created packs make some existing packs redundant, remove the redundant packs. + Also runs gitlink:git-prune-packed[1]. -l:: Pass the `--local` option to `git pack-objects`, see