X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=man1%2Fgit-prune.1;h=7d1703198b3e7a22cb157c2c15e25459ade0e446;hb=be4cf8be43564376531e273298ed0709439efb18;hp=a3abd84fc88536328739bc490a652bfebb891afd;hpb=b473f32d0ee4aab8990d63194e19fadebf8a1867;p=git.git diff --git a/man1/git-prune.1 b/man1/git-prune.1 index a3abd84f..7d170319 100755 --- a/man1/git-prune.1 +++ b/man1/git-prune.1 @@ -23,7 +23,7 @@ git-prune \- Prunes all unreachable objects from the object database .SH "SYNOPSIS" -git\-prune [\-n] [\-\-] [...] +\fIgit\-prune\fR [\-n] [\-\-] [...] .SH "DESCRIPTION" @@ -37,7 +37,7 @@ This runs git\-fsck\-objects \-\-unreachable using all the refs available in $GI Do not remove anything; just report what it would remove\&. .TP --- +\-\- Do not interpret any more arguments as options\&. .TP @@ -49,8 +49,10 @@ In addition to objects reachable from any of our references, keep objects reacha To prune objects not used by your repository nor another that borrows from your repository via its \&.git/objects/info/alternates: -.IP +.nf $ git prune $(cd \&.\&./another && $(git\-rev\-parse \-\-all)) +.fi + .SH "AUTHOR"