]> git.ipfire.org Git - thirdparty/git.git/commit
t3400: stop referring to the scripted rebase
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 31 Jul 2019 15:18:39 +0000 (08:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Jul 2019 19:24:06 +0000 (12:24 -0700)
commit6180b202390a04c4c4f63453cdc75142bb2c8fae
tree837533d6294c34d09732a601637dabab647cc8cc
parentd5b581f228fb8b2ec3a9d6225f657dff7d28925d
t3400: stop referring to the scripted rebase

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