summaryrefslogtreecommitdiff
path: root/t/t0060-path-utils.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason2023-02-061-28/+75
* tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason2023-02-061-1/+4
* submodule--helper: move "resolve-relative-url-test" to a test-toolÆvar Arnfjörð Bjarmason2022-09-021-1/+1
* test-tool path-utils: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-0/+1
* tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason2022-05-121-2/+2
* Sync with 2.34.2Johannes Schindelin2022-03-241-6/+14
|\
| * Sync with 2.33.2Johannes Schindelin2022-03-241-6/+14
| |\
| | * Sync with 2.31.2Johannes Schindelin2022-03-241-6/+14
| | |\
| | | * Sync with 2.30.3Johannes Schindelin2022-03-241-6/+14
| | | |\
| | | | * Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin2022-03-241-6/+14
* | | | | tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine2021-12-131-2/+2
|/ / / /
* | | | interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin2021-07-261-0/+8
* | | | tests: exercise the RUNTIME_PREFIX featureJohannes Schindelin2021-07-261-0/+18
|/ / /
* | | t0060: test ntfs/hfs-obscured dotfilesJeff King2021-05-041-0/+30
|/ /
* | t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-2/+2
* | t0060: preemptively adjust alignmentJohannes Schindelin2020-11-191-2/+2
|/
* mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin2020-04-081-0/+2
* 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