aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2024-11-01 12:53:23 -0400
committerTaylor Blau <me@ttaylorr.com>2024-11-01 12:53:23 -0400
commit7b1f01f02ee62ea664bd88f2481484bfe6602819 (patch)
treecafa53f76dcaa131fbdbf050c7a9dc904960d38f /Documentation/git-format-patch.txt
parentaabbcf278388dac4198fda4271bf0f6920ab45ed (diff)
parentc32d4a8cfe467f5cc5df70b87db27fa210d63d4b (diff)
downloadgit-7b1f01f02ee62ea664bd88f2481484bfe6602819.tar.xz
Merge branch 'ss/duplicate-typos'
Typofixes. * ss/duplicate-typos: global: Fix duplicate word typos
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 8708b31593..5dc7bb4cfc 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -250,7 +250,7 @@ is not complete yet ("WIP" stands for "Work In Progress").
+
If the convention of the receiving community for a particular extra
string is to have it _after_ the subject prefix, the string _<rfc>_
-can be prefixed with a dash ("`-`") to signal that the the rest of
+can be prefixed with a dash ("`-`") to signal that the rest of
the _<rfc>_ string should be appended to the subject prefix instead,
e.g., `--rfc='-(WIP)'` results in "PATCH (WIP)".