summaryrefslogtreecommitdiff
path: root/t/t0060-path-utils.sh
AgeCommit message (Expand)Author
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin
2018-08-14submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin
2018-03-27t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy
2017-07-05cygwin: allow pushing to UNC pathsTorsten Bögershausen
2016-10-25t0060: sidestep surprising path mangling results on WindowsJohannes Sixt
2016-10-10submodule: ignore trailing slash in relative urlStefan Beller
2016-10-10submodule: ignore trailing slash on superproject URLStefan Beller
2016-04-17submodule: port resolve_relative_url from shell to CStefan Beller
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano
2016-02-03Merge branch 'js/dirname-basename'Junio C Hamano
2016-01-27mingw: accomodate t0060-path-utils for MSYS2Johannes Schindelin
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner
2015-09-01path: optimize common dir checkingDavid Turner
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-02-04setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner
2014-02-04t0060: add tests for prefix_path when path begins with work treeMartin Erik Werner
2014-02-04t0060: add test for prefix_path when path == work treeMartin Erik Werner
2014-02-04t0060: add test for prefix_path on symlinks via absolute pathsMartin Erik Werner
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano
2013-10-14path-utils test: rename mingw_path function to print_pathSebastian Schuberth
2013-10-14relative_path should honor dos-drive-prefixJiang Xin
2013-10-14test: use unambigous leading path (/foo) for MSYSJiang Xin
2013-06-26test: run testcases with POSIX absolute paths on WindowsJiang Xin
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin
2013-06-26test: add test cases for relative_pathJiang Xin
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty
2012-09-10t0060: split absolute path test in two to exercise some of it on WindowsJohannes Sixt
2012-09-06t0060: verify that real_path() removes extra slashesMichael Haggerty
2012-09-06real_path(): properly handle nonexistent top-level pathsMichael Haggerty
2012-09-06t0060: verify that real_path() works correctly with absolute pathsMichael Haggerty
2012-09-06real_path(): reject the empty stringMichael Haggerty
2012-09-06t0060: verify that real_path() fails if passed the empty stringMichael Haggerty
2012-09-06absolute_path(): reject the empty stringMichael Haggerty
2012-09-06t0060: verify that absolute_path() fails if passed the empty stringMichael Haggerty
2012-09-06t0060: move tests of real_path() from t0000 to hereMichael Haggerty
2009-03-23t0060: fix whitespace in "wc -c" invocationJeff King
2009-03-22t0060: Fix tests on WindowsJohannes Sixt
2009-02-20Introduce the function strip_path_suffix()Johannes Schindelin
2009-02-07Test and fix normalize_path_copy()Johannes Sixt
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss