summaryrefslogtreecommitdiff
path: root/t/helper/test-path-utils.c
AgeCommit message (Expand)Author
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano
2025-04-07t: adapt `test_readlink()` to not use PerlPatrick Steinhardt
2025-03-25test-tool path-utils: support debugging "dubious ownership" issuesJohannes Schindelin
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Add a helper function to compare file contentsJohannes Schindelin
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2022-10-17string-list: mark unused callback parametersJeff King
2022-07-01test-tool path-utils: fix a memory leakÆvar Arnfjörð Bjarmason
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh
2019-01-29ci: parallelize testing on WindowsJohannes Schindelin
2019-01-29tests: include detailed trace logs with --write-junit-xml upon failureJohannes Schindelin
2019-01-29tests: avoid calling Perl just to determine file sizesJohannes Schindelin
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-21is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin
2018-03-27t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy
2017-08-07test-path-utils: handle const parameter of basename and dirnameRené Scharfe
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy