Merge branch 'rh/mergetool-regression-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:27:36 +0000 (15:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:27:36 +0000 (15:27 -0800)
commite8e00c798b05c65b6f21cd6eee4206c82cbb0144
tree1ab0e052b312f1648628c8ce871bf64c587a30e0
parent117b506cb0bcfefbbeaf8deeb0ebc5727e211c8a
parentd0e0cfe745e0c88ca2f4d4ed9f1d2871b659d872
Merge branch 'rh/mergetool-regression-fix' into next

"git mergetool" without any pathspec on the command line that is
run from a subdirectory became no-op in Git v2.11 by mistake, which
has been fixed.

* rh/mergetool-regression-fix:
  mergetool: fix running in subdir when rerere enabled
  mergetool: take the "-O" out of $orderfile
  t7610: add test case for rerere+mergetool+subdir bug
  t7610: spell 'git reset --hard' consistently
  t7610: don't assume the checked-out commit
  t7610: always work on a test-specific branch
  t7610: delete some now-unnecessary 'git reset --hard' lines
  t7610: run 'git reset --hard' after each test to clean up
  t7610: don't rely on state from previous test
  t7610: use test_when_finished for cleanup tasks
  t7610: move setup code to the 'setup' test case
  t7610: update branch names to match test number
  rev-parse doc: pass "--" to rev-parse in the --prefix example
  .mailmap: record canonical email for Richard Hansen
t/t7610-mergetool.sh