rebase --rebase-merges: add test for --keep-empty
If there are empty commits on the left hand side of $upstream...HEAD then the empty commits on the right hand side that we want to keep are being pruned. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8f6aed71d2
commit
24293359cc
@ -217,6 +217,7 @@ test_run_rebase success ''
|
||||
test_run_rebase success -m
|
||||
test_run_rebase success -i
|
||||
test_run_rebase failure -p
|
||||
test_run_rebase success --rebase-merges
|
||||
|
||||
# m
|
||||
# /
|
||||
|
Loading…
Reference in New Issue
Block a user