t8003: factor setup out of coalesce test
authorJeff King <redacted>
Thu, 13 Aug 2020 05:23:41 +0000 (01:23 -0400)
committerJunio C Hamano <redacted>
Thu, 13 Aug 2020 17:08:24 +0000 (10:08 -0700)
commitdd7c6111647ecae2315b4f0ca039b92d32e0cadc
tree7686bd290cd19cc778855f0ea49bd3b26a5aaba4
parent6dbf0c7bebd1c71c44d786ebac0f2b3f226a0131
t8003: factor setup out of coalesce test

In preparation for adding more tests of blame's coalesce code, let's
split the setup out from the first test, and give each of the commits
a more meaningful name:

  - $orig for the original source that added the lines

  - $split for the version where they are split apart

  - $final for the final version that re-joins them

That's not strictly necessary, but makes the follow-on tests less
brittle than relying on HEAD^, etc, to name the commits.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t8003-blame-corner-cases.sh
git clone https://git.99rst.org/PROJECT