X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-prune-packed.txt;h=8d96a91b410d91eefb6b424d2f3c54e33520b92b;hb=f98d863d2122e1b8781dfb9889df98876a26f315;hp=0cb19b00586231a6cc108b09177c405a1ba5c5d9;hpb=0493a3fd5204a36bc961a8611770ddb9ec1ed8ed;p=git.git diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt index 0cb19b00..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,7 +39,8 @@ Documentation by Ryan Anderson See-Also -------- -git-pack-objects(1) git-repack(1) +gitlink:git-pack-objects[1] +gitlink:git-repack[1] GIT ---