summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-04-25 13:28:49 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-04-25 13:28:49 +0900
commitd892beef52a293b271538481dbc76014672ddf09 (patch)
treee9f7896908c60aff2a25a6fe4ac327aaaa6d6974 /t
parentMerge branch 'cb/git-gui-ttk-style' (diff)
parentrebase: respect --no-keep-empty (diff)
downloadtgif-d892beef52a293b271538481dbc76014672ddf09.tar.xz
Merge branch 'pw/rebase-keep-empty-fixes'
"git rebase --keep-empty" still removed an empty commit if the other side contained an empty commit (due to the "does an equivalent patch exist already?" check), which has been corrected. * pw/rebase-keep-empty-fixes: rebase: respect --no-keep-empty rebase -i --keep-empty: don't prune empty commits rebase --root: stop assuming squash_onto is unset
Diffstat (limited to 't')
-rwxr-xr-xt/t3421-rebase-topology-linear.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3421-rebase-topology-linear.sh b/t/t3421-rebase-topology-linear.sh
index 68fe2003ef..52fc6885e5 100755
--- a/t/t3421-rebase-topology-linear.sh
+++ b/t/t3421-rebase-topology-linear.sh
@@ -215,7 +215,7 @@ test_run_rebase () {
}
test_run_rebase success ''
test_run_rebase failure -m
-test_run_rebase failure -i
+test_run_rebase success -i
test_run_rebase failure -p
# m