Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t3400: stop referring to the scripted rebase
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Wed, 31 Jul 2019 15:18:39 +0000
(08:18 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 31 Jul 2019 19:24:06 +0000
(12:24 -0700)
One test case's title mentioned the then-current implementation detail
that the `--am` backend was implemented in `git-rebase--am.sh`.
This is no longer the case, so let's update the title to reflect the
current reality.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3400-rebase.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d5b581f
)
diff --git
a/t/t3400-rebase.sh
b/t/t3400-rebase.sh
index 42f147858d7c2e87d6920cdd77744e99bf77001b..80b23fd3269c7828660469207728f67087c82467 100755
(executable)
--- a/
t/t3400-rebase.sh
+++ b/
t/t3400-rebase.sh
@@
-285,7
+285,7
@@
EOF
test_cmp From_.msg out
'
-test_expect_success 'rebase
--am.sh
and --show-current-patch' '
+test_expect_success 'rebase
--am
and --show-current-patch' '
test_create_repo conflict-apply &&
(
cd conflict-apply &&