summaryrefslogtreecommitdiff
path: root/t/t0060-path-utils.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* absolute_path(): reject the empty stringMichael Haggerty2012-09-061-1/+1
* t0060: verify that absolute_path() fails if passed the empty stringMichael Haggerty2012-09-061-0/+4
* t0060: move tests of real_path() from t0000 to hereMichael Haggerty2012-09-061-0/+19
* t0060: fix whitespace in "wc -c" invocationJeff King2009-03-231-1/+1
* t0060: Fix tests on WindowsJohannes Sixt2009-03-221-33/+83
* Introduce the function strip_path_suffix()Johannes Schindelin2009-02-191-0/+4
* Test and fix normalize_path_copy()Johannes Sixt2009-02-071-16/+17
* Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-231-0/+47
* Implement normalize_absolute_pathDavid Reiss2008-05-231-0/+40