aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0060-path-utils.sh
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+41
2024-04-19Add a helper function to compare file contentsJohannes Schindelin1-0/+41
2023-02-06tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason1-28/+75
2023-02-06tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason1-1/+4
2022-09-02submodule--helper: move "resolve-relative-url-test" to a test-toolÆvar Arnfjörð Bjarmason1-1/+1
2022-07-01test-tool path-utils: fix a memory leakÆvar Arnfjörð Bjarmason1-0/+1
2022-05-12tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason1-2/+2
2022-03-24Sync with 2.34.2Johannes Schindelin1-6/+14
2022-03-24Sync with 2.33.2Johannes Schindelin1-6/+14
2022-03-24Sync with 2.31.2Johannes Schindelin1-6/+14
2022-03-24Sync with 2.30.3Johannes Schindelin1-6/+14
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin1-6/+14
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine1-2/+2
2021-07-26interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin1-0/+8
2021-07-26tests: exercise the RUNTIME_PREFIX featureJohannes Schindelin1-0/+18
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King1-0/+30
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19t0060: preemptively adjust alignmentJohannes Schindelin1-2/+2
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin1-0/+2
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano1-2/+11
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin1-2/+11
2019-12-09Sync with Git 2.24.1Junio C Hamano1-1/+31
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+31
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+31
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+31
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin1-0/+9
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin1-1/+3
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin1-0/+14
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin1-1/+6
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano1-0/+2
2019-10-29git_path(): handle `.lock` files correctlyJohannes Schindelin1-0/+2
2019-10-23path.c: don't call the match function without value in trie_find()SZEDER Gábor1-0/+2
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy1-0/+2
2018-08-14submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason1-0/+13
2018-05-29Sync with Git 2.17.1Junio C Hamano1-0/+86
2018-05-21is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin1-0/+86
2018-03-27t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy1-30/+30
2017-07-05cygwin: allow pushing to UNC pathsTorsten Bögershausen1-0/+2
2016-10-25t0060: sidestep surprising path mangling results on WindowsJohannes Sixt1-13/+14
2016-10-10submodule: ignore trailing slash in relative urlStefan Beller1-0/+1
2016-10-10submodule: ignore trailing slash on superproject URLStefan Beller1-0/+1
2016-04-16submodule: port resolve_relative_url from shell to CStefan Beller1-0/+46
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano1-0/+9
2016-02-03Merge branch 'js/dirname-basename'Junio C Hamano1-0/+3
2016-01-27mingw: accomodate t0060-path-utils for MSYS2Johannes Schindelin1-0/+9
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin1-0/+3
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner1-0/+5
2015-09-01path: optimize common dir checkingDavid Turner1-0/+1
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy1-0/+1
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy1-0/+16
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy1-0/+19
2014-02-04setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner1-1/+1
2014-02-04t0060: add tests for prefix_path when path begins with work treeMartin Erik Werner1-0/+10
2014-02-04t0060: add test for prefix_path when path == work treeMartin Erik Werner1-0/+6
2014-02-04t0060: add test for prefix_path on symlinks via absolute pathsMartin Erik Werner1-0/+5
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano1-28/+32
2013-10-14path-utils test: rename mingw_path function to print_pathSebastian Schuberth1-2/+2
2013-10-14relative_path should honor dos-drive-prefixJiang Xin1-0/+4
2013-10-14test: use unambigous leading path (/foo) for MSYSJiang Xin1-28/+28
2013-06-26test: run testcases with POSIX absolute paths on WindowsJiang Xin1-21/+23
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin1-21/+18
2013-06-26test: add test cases for relative_pathJiang Xin1-0/+37
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty1-28/+13
2012-09-10t0060: split absolute path test in two to exercise some of it on WindowsJohannes Sixt1-2/+6
2012-09-06t0060: verify that real_path() removes extra slashesMichael Haggerty1-0/+18
2012-09-06real_path(): properly handle nonexistent top-level pathsMichael Haggerty1-1/+1
2012-09-06t0060: verify that real_path() works correctly with absolute pathsMichael Haggerty1-1/+11
2012-09-06real_path(): reject the empty stringMichael Haggerty1-1/+1
2012-09-06t0060: verify that real_path() fails if passed the empty stringMichael Haggerty1-0/+4
2012-09-06absolute_path(): reject the empty stringMichael Haggerty1-1/+1
2012-09-06t0060: verify that absolute_path() fails if passed the empty stringMichael Haggerty1-0/+4
2012-09-06t0060: move tests of real_path() from t0000 to hereMichael Haggerty1-0/+19
2009-03-23t0060: fix whitespace in "wc -c" invocationJeff King1-1/+1
2009-03-22t0060: Fix tests on WindowsJohannes Sixt1-33/+83
2009-02-19Introduce the function strip_path_suffix()Johannes Schindelin1-0/+4
2009-02-07Test and fix normalize_path_copy()Johannes Sixt1-16/+17
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss1-0/+47
2008-05-23Implement normalize_absolute_pathDavid Reiss1-0/+40