summaryrefslogtreecommitdiff
path: root/t/t0060-path-utils.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2020-01-021-2/+11
|\
| * mingw: refuse paths containing reserved namesJohannes Schindelin2019-12-211-2/+11
* | Sync with Git 2.24.1Junio C Hamano2019-12-091-1/+31
|\ \ | |/
| * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+31
| |\
| | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+31
| | |\
| | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+31
| | | |\
| | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-051-0/+9
| | | | * mingw: refuse to access paths with illegal charactersJohannes Schindelin2019-12-051-1/+3
| | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+14
| | | | * path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-051-1/+6
* | | | | Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano2019-12-011-0/+2
|\ \ \ \ \
| * | | | | git_path(): handle `.lock` files correctlyJohannes Schindelin2019-10-291-0/+2
| |/ / / /
* | | | | path.c: don't call the match function without value in trie_find()SZEDER Gábor2019-10-231-0/+2
|/ / / /
* | | | Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy2018-10-071-0/+2
|/ / /
* | | submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason2018-08-141-0/+13
|/ /
* | Sync with Git 2.17.1Junio C Hamano2018-05-291-0/+86
|\ \ | |/
| * is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2018-05-211-0/+86
* | t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy2018-03-271-30/+30
|/
* cygwin: allow pushing to UNC pathstb/push-to-cygwin-unc-pathTorsten Bögershausen2017-07-051-0/+2
* t0060: sidestep surprising path mangling results on Windowssb/submodule-ignore-trailing-slashJohannes Sixt2016-10-251-13/+14
* submodule: ignore trailing slash in relative urlStefan Beller2016-10-101-0/+1
* submodule: ignore trailing slash on superproject URLStefan Beller2016-10-101-0/+1
* submodule: port resolve_relative_url from shell to CStefan Beller2016-04-161-0/+46
* Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-0/+9
|\
| * mingw: accomodate t0060-path-utils for MSYS2Johannes Schindelin2016-01-271-0/+9
* | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-031-0/+3
|\ \ | |/ |/|
| * t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2016-01-121-0/+3
* | refs: make refs/bisect/* per-worktreedt/refs-bisectionDavid Turner2015-09-011-0/+5
* | path: optimize common dir checkingDavid Turner2015-09-011-0/+1
|/
* git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2014-12-011-0/+1
* $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-011-0/+16
* git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-011-0/+19
* setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner2014-02-041-1/+1
* t0060: add tests for prefix_path when path begins with work treeMartin Erik Werner2014-02-041-0/+10
* t0060: add test for prefix_path when path == work treeMartin Erik Werner2014-02-041-0/+6
* t0060: add test for prefix_path on symlinks via absolute pathsMartin Erik Werner2014-02-041-0/+5
* Merge branch 'jx/relative-path-regression-fix'Junio C Hamano2013-10-281-28/+32
|\
| * relative_path should honor dos-drive-prefixJiang Xin2013-10-141-0/+4
| * test: use unambigous leading path (/foo) for MSYSJiang Xin2013-10-141-28/+28
* | path-utils test: rename mingw_path function to print_pathjx/clean-interactiveSebastian Schuberth2013-10-141-2/+2
|/
* test: run testcases with POSIX absolute paths on WindowsJiang Xin2013-06-261-21/+23
* path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-261-21/+18
* test: add test cases for relative_pathJiang Xin2013-06-261-0/+37
* longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-291-28/+13
* t0060: split absolute path test in two to exercise some of it on WindowsJohannes Sixt2012-09-101-2/+6
* t0060: verify that real_path() removes extra slashesMichael Haggerty2012-09-061-0/+18
* real_path(): properly handle nonexistent top-level pathsMichael Haggerty2012-09-061-1/+1
* t0060: verify that real_path() works correctly with absolute pathsMichael Haggerty2012-09-061-1/+11
* real_path(): reject the empty stringMichael Haggerty2012-09-061-1/+1
* t0060: verify that real_path() fails if passed the empty stringMichael Haggerty2012-09-061-0/+4