]> git.ipfire.org Git - thirdparty/git.git/commit
t3407: use test_commit
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 13 Sep 2021 15:19:13 +0000 (15:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 19:47:06 +0000 (12:47 -0700)
commite505f452d4e7d0d4b603b1332ad742e74a5d5374
tree50a53d4dc39f4db356c81fe5d79a456ff072af56
parentf20c1fb296be2a18426541573146159fdbcc668c
t3407: use test_commit

Simplify the setup by using test_commit. Note that this replaces the
branch "pre-rebase" with a tag of the same name. "pre-rebase" is only
used as a fixed reference point so it makes sense to use a tag rather
than a branch.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3407-rebase-abort.sh