diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-02-26 13:37:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-26 13:37:18 -0800 |
commit | 56d4e7e6c347f8986a6621ca89ae3eec055bcf59 (patch) | |
tree | b7948e59d709c412e8121e141508ac4fbfffc0db | |
parent | Merge branch 'ls/config-origin' (diff) | |
parent | tests: rename work-tree tests to *work-tree* (diff) | |
download | tgif-56d4e7e6c347f8986a6621ca89ae3eec055bcf59.tar.xz |
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*
-rwxr-xr-x | t/t1501-work-tree.sh (renamed from t/t1501-worktree.sh) | 0 | ||||
-rwxr-xr-x | t/t1509-root-work-tree.sh (renamed from t/t1509-root-worktree.sh) | 0 | ||||
-rwxr-xr-x | t/t7409-submodule-detached-work-tree.sh (renamed from t/t7409-submodule-detached-worktree.sh) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/t/t1501-worktree.sh b/t/t1501-work-tree.sh index cc5b870e58..cc5b870e58 100755 --- a/t/t1501-worktree.sh +++ b/t/t1501-work-tree.sh diff --git a/t/t1509-root-worktree.sh b/t/t1509-root-work-tree.sh index 553a3f601b..553a3f601b 100755 --- a/t/t1509-root-worktree.sh +++ b/t/t1509-root-work-tree.sh diff --git a/t/t7409-submodule-detached-worktree.sh b/t/t7409-submodule-detached-work-tree.sh index c20717181e..c20717181e 100755 --- a/t/t7409-submodule-detached-worktree.sh +++ b/t/t7409-submodule-detached-work-tree.sh |