]> git.99rst.org Git - git.git/commitdiff
doc/rebase -i: fix typo in the documentation of 'fixup' command
authorCharvi Mendiratta <redacted>
Wed, 10 Feb 2021 11:36:51 +0000 (17:06 +0530)
committerJunio C Hamano <redacted>
Wed, 10 Feb 2021 21:58:19 +0000 (13:58 -0800)
Mentored-by: Christian Couder <redacted>
Mentored-by: Phillip Wood <redacted>
Helped-by: Eric Sunshine <redacted>
Signed-off-by: Charvi Mendiratta <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-rebase.txt

index a6903419c45f6b5c06f7c7a3f7692594467451ea..8bfa5a927220abbc979bbe273926accada1fd847 100644 (file)
@@ -894,7 +894,7 @@ is used.  In that case the suggested commit message is only the message
 of the "fixup -c" commit, and an editor is opened allowing you to edit
 the message.  The contents (patch) of the "fixup -c" commit are still
 incorporated into the folded commit. If there is more than one "fixup -c"
-commit, the message from the last last one is used.  You can also use
+commit, the message from the final one is used.  You can also use
 "fixup -C" to get the same behavior as "fixup -c" except without opening
 an editor.
 
git clone https://git.99rst.org/PROJECT