Autogenerated man pages for v1.2.4-g9201
[git.git] / man1 / git-pack-redundant.1
index 58e2ed4..807cd7c 100755 (executable)
@@ -23,18 +23,18 @@ git-pack-redundant \- Program used to find redundant pack files.
 .SH "SYNOPSIS"
 
 
-git\-pack\-redundant [ \-\-verbose ] [ \-\-alt\-odb ] < \-\-all | \&.pack filename ... >
+\fIgit\-pack\-redundant [ \-\-verbose ] [ \-\-alt\-odb ] < \-\-all | \&.pack filename ... >\fR
 
 .SH "DESCRIPTION"
 
 
-This program computes which packs in your repository are redundant\&. The output is suitable for piping to xargs rm if you are in the root of the repository\&.
+This program computes which packs in your repository are redundant\&. The output is suitable for piping to \fIxargs rm\fR if you are in the root of the repository\&.
 
 
 git\-pack\-redundant accepts a list of objects on standard input\&. Any objects given will be ignored when checking which packs are required\&. This makes the following command useful when wanting to remove packs which contain unreachable objects\&.
 
 
-git\-fsck\-objects \-\-full \-\-unreachable | cut \-d \-f3 | git\-pack\-redundant \-\-all | xargs rm
+git\-fsck\-objects \-\-full \-\-unreachable | cut \-d \fI \fR \-f3 | git\-pack\-redundant \-\-all | xargs rm
 
 .SH "OPTIONS"
 
@@ -53,14 +53,14 @@ Outputs some statistics to stderr\&. Has a small performance penalty\&.
 .SH "AUTHOR"
 
 
-Written by Lukas Sandstr&#246;m <lukass@etek\&.chalmers\&.se>
+Written by Lukas Sandström <lukass@etek\&.chalmers\&.se>
 
 .SH "DOCUMENTATION"
 
 
-Documentation by Lukas Sandstr&#246;m <lukass@etek\&.chalmers\&.se>
+Documentation by Lukas Sandström <lukass@etek\&.chalmers\&.se>
 
-.SH "SEE-ALSO"
+.SH "SEE ALSO"
 
 
 \fBgit\-pack\-objects\fR(1) \fBgit\-repack\fR(1) \fBgit\-prune\-packed\fR(1)