summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin
2019-12-05tests: add a helper to stress test argument quotingGarima Singh
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin
2018-02-27Merge branch 'jk/test-hashmap-updates'Junio C Hamano
2018-02-15Merge branch 'ab/wildmatch-tests'Junio C Hamano
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-14test-hashmap: use "unsigned int" for hash storageJeff King
2018-02-14test-hashmap: simplify alloc_test_entryJeff King
2018-02-14test-hashmap: use strbuf_getline rather than fgetsJeff King
2018-02-14test-hashmap: use xsnprintf rather than snprintfJeff King
2018-02-14test-hashmap: check allocation computation for overflowJeff King
2018-02-14test-hashmap: use ALLOC_ARRAY rather than bare mallocJeff King
2018-01-30wildmatch test: perform all tests under all wildmatch() modesÆvar Arnfjörð Bjarmason
2018-01-30dir: convert struct sha1_stat to use object_idPatryk Obara
2018-01-19run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy
2018-01-05Merge branch 'jh/memihash-opt'Junio C Hamano
2017-12-27Merge branch 'sb/test-helper-excludes'Junio C Hamano
2017-12-22t/helper/test-lazy-name-hash: fix compilationStefan Beller
2017-12-12t/helper: ignore everything but sourcesStefan Beller
2017-12-08decorate: clean up and document APIJonathan Tan
2017-12-06Merge branch 'hm/config-parse-expiry-date'Junio C Hamano
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-10-23Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano
2017-10-21test-ref-store: avoid passing NULL to printfJeff King
2017-10-18Merge branch 'rs/qsort-s' into maintJunio C Hamano
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson
2017-10-07Merge branch 'rs/qsort-s'Junio C Hamano
2017-10-04test-stringlist: avoid buffer underrun when sorting nothingRené Scharfe
2017-10-03Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano
2017-10-01fsmonitor: add a performance testBen Peart
2017-10-01fsmonitor: add a test tool to dump the index extensionBen Peart
2017-09-28Merge branch 'jk/fallthrough'Junio C Hamano