summaryrefslogtreecommitdiffstats
path: root/man1/git-format-patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-format-patch.1')
-rw-r--r--man1/git-format-patch.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-format-patch.1 b/man1/git-format-patch.1
index 9f4c6804e..767a654f3 100644
--- a/man1/git-format-patch.1
+++ b/man1/git-format-patch.1
@@ -2,12 +2,12 @@
.\" Title: git-format-patch
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-06-13
+.\" Date: 2023-06-23
.\" Manual: Git Manual
-.\" Source: Git 2.41.0.28.gd7d8841f67
+.\" Source: Git 2.41.0.191.g6ff334181c
.\" Language: English
.\"
-.TH "GIT\-FORMAT\-PATCH" "1" "2023\-06\-13" "Git 2\&.41\&.0\&.28\&.gd7d8841" "Git Manual"
+.TH "GIT\-FORMAT\-PATCH" "1" "2023\-06\-23" "Git 2\&.41\&.0\&.191\&.g6ff334" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -828,7 +828,7 @@ may produce
\fBv4\-0001\-add\-makefile\&.patch\fR
file that has "Subject: [PATCH v4 1/20] Add makefile" in it\&.
\fB<n>\fR
-does not have to be an integer (e\&.g\&. "\-\-reroll\-count=4\&.4", or "\-\-reroll\-count=4rev2" are allowed), but the downside of using such a reroll\-count is that the range\-diff/interdiff with the previous version does not state exactly which version the new interation is compared against\&.
+does not have to be an integer (e\&.g\&. "\-\-reroll\-count=4\&.4", or "\-\-reroll\-count=4rev2" are allowed), but the downside of using such a reroll\-count is that the range\-diff/interdiff with the previous version does not state exactly which version the new iteration is compared against\&.
.RE
.PP
\-\-to=<email>