Merge branch 'mg/work-tree-tests'
commit56d4e7e6c347f8986a6621ca89ae3eec055bcf59
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2016 21:37:18 +0000 (26 13:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2016 21:37:18 +0000 (26 13:37 -0800)
treeb7948e59d709c412e8121e141508ac4fbfffc0db
parentdd0f567f1041a3caea7856b3efe20f8fb9b487b5
parent5549029427f93219f22f99f4d1f832a6ab484a1c
Merge branch 'mg/work-tree-tests'

Traditionally, the tests that try commands that work on the
contents in the working tree were named with "worktree" in their
filenames, but with the recent addition of "git worktree"
subcommand, whose tests are also named similarly, it has become
harder to tell them apart.  The traditional tests have been renamed
to use "work-tree" instead in an attempt to differentiate them.

* mg/work-tree-tests:
  tests: rename work-tree tests to *work-tree*