rebase --rebase-merges: root commits can be cousins, too
commit8fa6eea0ffd271f0564048dc939987e9640efca5
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2018 23:01:29 +0000 (4 01:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 May 2018 04:21:58 +0000 (6 13:21 +0900)
tree0af599a25e6680e388b0bc623e14c184c91ea99a
parent9c85a1c29c5ac26c94aa6eda8da9bbfbc6751785
rebase --rebase-merges: root commits can be cousins, too

Reported by Wink Saville: when rebasing with no-rebase-cousins, we
will want to refrain from rebasing all of them, even when they are
root commits.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c
t/t3430-rebase-merges.sh