]> granicus.if.org Git - git/commit
t7610: delete some now-unnecessary 'git reset --hard' lines
authorRichard Hansen <hansenr@google.com>
Tue, 10 Jan 2017 20:41:56 +0000 (15:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 21:22:20 +0000 (13:22 -0800)
commite866ff851a9cfed8a3ef24dc98e5cd6177ae0618
treef5ee9783b2760fcb075dda0eecb18c5cda9bf10e
parentc3ad3126b8113e9ed90ec8639a2ef266e9190565
t7610: delete some now-unnecessary 'git reset --hard' lines

Tests now always run 'git reset --hard' at the end (even if they
fail), so it's no longer necessary to run 'git reset --hard' at the
beginning of a test.

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