Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-24 00:35:15 +0400
committerJunio C Hamano <gitster@pobox.com>2012-05-24 00:35:16 +0400
commit12219414dd4b114081374361101ac2de65e0f1d7 (patch)
tree3d4af2789869164f8050f43ac537329069bd9b02 /t
parentc0f31b83a63f8b3aef0ec28225a50b6bae542d68 (diff)
parent9ef5b2bd166aa390778d7dcda58714ee222d7377 (diff)
Merge branch 'js/rebase-i-p-test-fix'
By Johannes Sixt * js/rebase-i-p-test-fix: Fix t3411.3 to actually rebase something
Diffstat (limited to 't')
-rwxr-xr-xt/t3411-rebase-preserve-around-merges.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3411-rebase-preserve-around-merges.sh b/t/t3411-rebase-preserve-around-merges.sh
index ace8e54e9b..dc81bf27eb 100755
--- a/t/t3411-rebase-preserve-around-merges.sh
+++ b/t/t3411-rebase-preserve-around-merges.sh
@@ -56,6 +56,7 @@ test_expect_success 'squash F1 into D1' '
# And rebase G1..M1 onto E2
test_expect_success 'rebase two levels of merge' '
+ git checkout A1 &&
test_commit G1 &&
test_commit H1 &&
test_commit I1 &&