git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
15c7348
)
test: rebase: fix --interactive test
author
Felipe Contreras
<redacted>
Tue, 28 May 2013 12:54:31 +0000
(07:54 -0500)
committer
Junio C Hamano
<redacted>
Tue, 28 May 2013 16:03:20 +0000
(09:03 -0700)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3404-rebase-interactive.sh
patch
|
blob
|
history
diff --git
a/t/t3404-rebase-interactive.sh
b/t/t3404-rebase-interactive.sh
index a58406d12fc8dabf8f2e73e721d2f622a781cc9a..79e8d3c5966bad34b317c6e35c301ecfaa3ab648 100755
(executable)
--- a/
t/t3404-rebase-interactive.sh
+++ b/
t/t3404-rebase-interactive.sh
@@
-692,7
+692,7
@@
test_expect_success 'rebase -i can copy notes' '
test_commit n2 &&
test_commit n3 &&
git notes add -m"a note" n3 &&
- git rebase --onto n1 n2 &&
+ git rebase -
i -
-onto n1 n2 &&
test "a note" = "$(git notes show HEAD)"
'
git clone https://git.99rst.org/PROJECT