]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: clarify and fix 'fixup -c' rebase-todo help
authorCharvi Mendiratta <charvi077@gmail.com>
Wed, 10 Feb 2021 11:36:43 +0000 (17:06 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 21:58:19 +0000 (13:58 -0800)
commitf07871d302c32777de25b3fde3c621be3b2e32c3
treee2fa7f5be83927ad1dc54d90c51436a0ecce7827
parent1f9696019aee1539ce2fe025b659702926d7ceed
rebase -i: clarify and fix 'fixup -c' rebase-todo help

When `-c` says "edit the commit message" it's not clear what will be
edited. The original's commit message or the replacement's message or a
combination of the two. Word it such that it states more precisely what
exactly will be edited. While at it, also drop the jarring period and
capitalization, neither of which is otherwise present in the message.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Charvi Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
rebase-interactive.c