X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-repack.txt;h=951622774af70e92590740c27fe021223f29442a;hb=c0d4822268d30b1668e94986a845b8bb5441e8b3;hp=d2f9a44382f3e74860bb5f489acf2843281ffb1c;hpb=514236aa5ab380cf7f585cb9195abdbb8080aac5;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