aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0060-path-utils.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-10t0060: fix EBUSY in MinGW when setting up runtime prefixPatrick Steinhardt1-4/+6
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano1-41/+0
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin1-41/+0
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