summaryrefslogtreecommitdiffstats
path: root/man1/git-cherry-pick.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-cherry-pick.1')
-rw-r--r--man1/git-cherry-pick.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-cherry-pick.1 b/man1/git-cherry-pick.1
index 2391eecae..698ea92c4 100644
--- a/man1/git-cherry-pick.1
+++ b/man1/git-cherry-pick.1
@@ -2,12 +2,12 @@
.\" Title: git-cherry-pick
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-CHERRY\-PICK" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-CHERRY\-PICK" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -163,7 +163,7 @@ Usually you cannot cherry\-pick a merge because you do not know which side of th
.RS 4
Usually the command automatically creates a sequence of commits\&. This flag applies the changes necessary to cherry\-pick each named commit to your working tree and the index, without making any commit\&. In addition, when this option is used, your index does not have to match the HEAD commit\&. The cherry\-pick is done against the beginning state of your index\&.
.sp
-This is useful when cherry\-picking more than one commits\(aq effect to your index in a row\&.
+This is useful when cherry\-picking more than one commits\*(Aq effect to your index in a row\&.
.RE
.PP
\-s, \-\-signoff