Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/rebase-i-p-test-fix'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 23 May 2012 20:35:15 +0000
(13:35 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 23 May 2012 20:35:16 +0000
(13:35 -0700)
By Johannes Sixt
* js/rebase-i-p-test-fix:
Fix t3411.3 to actually rebase something
t/t3411-rebase-preserve-around-merges.sh
patch
|
blob
|
history
raw
(from parent 1:
c0f31b8
)
diff --git
a/t/t3411-rebase-preserve-around-merges.sh
b/t/t3411-rebase-preserve-around-merges.sh
index ace8e54e9b374688751cc470eeb9003ca7f5c48f..dc81bf27eb736d32df0f0c3205de3254898d20b5 100755
(executable)
--- 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 &&