]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-prune.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-prune.txt
index 3178bc44ca4640e77a799128c9de631168e40c8a..10930000c54346a3cc81266a3808566c15f15d7e 100644 (file)
@@ -22,7 +22,7 @@ objects specified on the command line, and prunes all unpacked
 objects unreachable from any of these head objects from the object database.
 In addition, it
 prunes the unpacked objects that are also found in packs by
-running `git prune-packed`.
+running `git-prune-packed`.
 
 Note that unreachable, packed objects will remain.  If this is
 not desired, see linkgit:git-repack[1].
@@ -37,7 +37,7 @@ OPTIONS
 \--::
        Do not interpret any more arguments as options.
 
-\--expire <time>::
+--expire <time>::
        Only expire loose objects older than <time>.
 
 <head>...::
@@ -53,7 +53,7 @@ borrows from your repository via its
 `.git/objects/info/alternates`:
 
 ------------
-$ git prune $(cd ../another && $(git-rev-parse --all))
+$ git prune $(cd ../another && $(git rev-parse --all))
 ------------
 
 Notes
@@ -66,7 +66,7 @@ many other housekeeping tasks.
 For a description of which objects are considered for pruning, see
 git-fsck's --unreachable option.
 
-See Also
+SEE ALSO
 --------
 
 linkgit:git-fsck[1],
@@ -83,4 +83,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite