Autogenerated man pages for v1.2.4-gf61c2
[git.git] / man1 / git-cherry-pick.1
index 11b20ba..3274834 100755 (executable)
 ..
 .TH "GIT-CHERRY-PICK" 1 "" "" ""
 .SH NAME
-git-cherry-pick \- Apply the change introduced by an existing commit.
+git-cherry-pick \- Apply the change introduced by an existing commit
 .SH "SYNOPSIS"
 
 
-git\-cherry\-pick [\-\-edit] [\-n] [\-r] <commit>
+\fIgit\-cherry\-pick\fR [\-\-edit] [\-n] [\-r] <commit>
 
 .SH "DESCRIPTION"
 
@@ -42,7 +42,7 @@ With this option, git\-cherry\-pick will let you edit the commit message prior c
 
 .TP
 \-r|\-\-replay
-Usually the command appends which commit was cherry\-picked after the original commit message when making a commit\&. This option, \-\-replay, causes it to use the original commit message intact\&. This is useful when you are reordering the patches in your private tree before publishing\&.
+Usually the command appends which commit was cherry\-picked after the original commit message when making a commit\&. This option, \fI\-\-replay\fR, causes it to use the original commit message intact\&. This is useful when you are reordering the patches in your private tree before publishing\&.
 
 .TP
 \-n|\-\-no\-commit