]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mg/work-tree-tests' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2016 19:13:38 +0000 (11:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2016 19:13:38 +0000 (11:13 -0800)
commit9bb71036f3a4cc7fdb11a8bf15e47b986649d234
treecda1fcee909927adedf395433c211c9a042bb0c1
parent33b81b2d2ef3f5d6b81dc4a2978263bbbeac7589
parent5549029427f93219f22f99f4d1f832a6ab484a1c
Merge branch 'mg/work-tree-tests' into maint

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*