X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-prune-packed.txt;h=8d96a91b410d91eefb6b424d2f3c54e33520b92b;hb=51b3c00e9d95371a9ad202204f01c5981f241b20;hp=893c1df55ecfecbd8725d91956c6cee1d68a2db1;hpb=b30245c8e92ecaf8fb877189d7620a5a9a205120;p=git.git diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt index 893c1df5..8d96a91b 100644 --- a/Documentation/git-prune-packed.txt +++ b/Documentation/git-prune-packed.txt @@ -1,6 +1,5 @@ git-prune-packed(1) ===================== -v0.1, August 2005 NAME ---- @@ -24,6 +23,12 @@ compression applied, stored in a single file, with an associated index file. Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc. +OPTIONS +------- +-n:: + Don't actually remove any objects, only show those that would have been + removed. + Author ------ Written by Linus Torvalds @@ -34,9 +39,10 @@ Documentation by Ryan Anderson See-Also -------- -git-pack-objects(1) git-repack-script(1) +gitlink:git-pack-objects[1] +gitlink:git-repack[1] GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite