X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=951622774af70e92590740c27fe021223f29442a;hb=e866ffdf9b2add0e0981d19b3c212c4621fd8a57;hp=d2f9a44382f3e74860bb5f489acf2843281ffb1c;hpb=1a17ee22a2fbd85a893ab36fd53168d03554c2dd;p=git.git diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index d2f9a4438..951622774 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