From: Charvi Mendiratta Date: Wed, 10 Feb 2021 11:36:51 +0000 (+0530) Subject: doc/rebase -i: fix typo in the documentation of 'fixup' command X-Git-Tag: v2.32.0-rc0~128^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa153c1cd7a84accc83e97723af85cf0ab3869e7;p=thirdparty%2Fgit.git doc/rebase -i: fix typo in the documentation of 'fixup' command Mentored-by: Christian Couder Mentored-by: Phillip Wood Helped-by: Eric Sunshine Signed-off-by: Charvi Mendiratta Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index a6903419c4..8bfa5a9272 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -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.