Skip to content

Commit fa153c1

Browse files
charvi-077gitster
authored andcommitted
doc/rebase -i: fix typo in the documentation of 'fixup' command
Mentored-by: Christian Couder <[email protected]> Mentored-by: Phillip Wood <[email protected]> Helped-by: Eric Sunshine <[email protected]> Signed-off-by: Charvi Mendiratta <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9ff6b74 commit fa153c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ is used. In that case the suggested commit message is only the message
894894
of the "fixup -c" commit, and an editor is opened allowing you to edit
895895
the message. The contents (patch) of the "fixup -c" commit are still
896896
incorporated into the folded commit. If there is more than one "fixup -c"
897-
commit, the message from the last last one is used. You can also use
897+
commit, the message from the final one is used. You can also use
898898
"fixup -C" to get the same behavior as "fixup -c" except without opening
899899
an editor.
900900

0 commit comments

Comments
 (0)