summaryrefslogtreecommitdiff
path: root/t/t3422-rebase-incompatible-options.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-12-10 13:11:41 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-12-10 13:11:41 -0800
commit5d9324e0f4210bb7d52bcb79efe3935703083f72 (patch)
tree182d0ae2188c6dc315178c990c7c125126e85d5f /t/t3422-rebase-incompatible-options.sh
parentMerge branch 'am/pathspec-from-file' (diff)
parentrebase -i: finishing touches to --reset-author-date (diff)
downloadtgif-5d9324e0f4210bb7d52bcb79efe3935703083f72.tar.xz
Merge branch 'ra/rebase-i-more-options'
"git rebase -i" learned a few options that are known by "git rebase" proper. * ra/rebase-i-more-options: rebase -i: finishing touches to --reset-author-date rebase: add --reset-author-date rebase -i: support --ignore-date sequencer: rename amend_author to author_to_rename rebase -i: support --committer-date-is-author-date sequencer: allow callers of read_author_script() to ignore fields rebase -i: add --ignore-whitespace flag
Diffstat (limited to 't/t3422-rebase-incompatible-options.sh')
-rwxr-xr-xt/t3422-rebase-incompatible-options.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t3422-rebase-incompatible-options.sh b/t/t3422-rebase-incompatible-options.sh
index 50e7960702..c8234062c6 100755
--- a/t/t3422-rebase-incompatible-options.sh
+++ b/t/t3422-rebase-incompatible-options.sh
@@ -61,8 +61,6 @@ test_rebase_am_only () {
}
test_rebase_am_only --whitespace=fix
-test_rebase_am_only --ignore-whitespace
-test_rebase_am_only --committer-date-is-author-date
test_rebase_am_only -C4
test_expect_success REBASE_P '--preserve-merges incompatible with --signoff' '