]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7610-mergetool.sh
t7610: always work on a test-specific branch
authorRichard Hansen <hansenr@google.com>
Tue, 10 Jan 2017 20:41:57 +0000 (15:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 21:22:20 +0000 (13:22 -0800)
commit61b76d2de3e508e628cbb9a5718771309c2d4a81
treedafefdf2c5e2df8af4b73adfa56a6c8da782888d
parente866ff851a9cfed8a3ef24dc98e5cd6177ae0618
t7610: always work on a test-specific branch

Create and use a test-specific branch when the test might create a
commit.  This is not always necessary for correctness, but it improves
debuggability by ensuring a commit created by test #N shows up on the
testN branch, not the branch for test #N-1.

Signed-off-by: Richard Hansen <hansenr@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7610-mergetool.sh