]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: drop '-i' from the reflog for interactive-based rebases
authorElijah Newren <newren@gmail.com>
Sat, 15 Feb 2020 21:36:36 +0000 (21:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Feb 2020 23:40:42 +0000 (15:40 -0800)
commitc2417d3af7574adc1fb14f7df31b862aa9551e2e
treecd1a3836ef6cf2564cce12fa76e959e7691cff9d
parent6d04ce75c4dd4bf0aeda7383c4d791daa049c98a
rebase: drop '-i' from the reflog for interactive-based rebases

A large variety of rebase types are supported by the interactive
machinery, not just the explicitly interactive ones.  These all share
the same code and write the same reflog messages, but the "-i" moniker
in those messages doesn't really have much meaning.  It also becomes
somewhat distracting once we switch the default from the am-backend to
the interactive one.  Just remove the "-i" from these messages.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
sequencer.c
t/t3404-rebase-interactive.sh