summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
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
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-10-23Merge branch 'sg/progress-fix'Junio C Hamano
2019-10-21test-progress: fix test failures on big-endian systemsSZEDER Gábor
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-07Merge branch 'sg/t-helper-gitignore'Junio C Hamano
2019-10-07Merge branch 'sg/progress-fix'Junio C Hamano
2019-10-07Merge branch 'ss/get-time-cleanup'Junio C Hamano
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap: use *_entry APIs to wrap container_ofEric Wong
2019-10-07hashmap_get_next returns "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-06test-tool run-command: learn to run (parts of) the testsuiteJohannes Schindelin
2019-09-20t/helper: ignore only executable filesSZEDER Gábor
2019-09-18test_date.c: remove reference to GIT_TEST_DATE_NOWStephen P. Smith
2019-09-17Test the progress displaySZEDER Gábor
2019-09-12Quit passing 'now' to date codeStephen P. Smith
2019-09-06test-read-cache: drop namelen variableJeff King
2019-08-09Merge branch 'mt/dir-iterator-updates'Junio C Hamano
2019-08-07test-dir-iterator: use path argument directlyRené Scharfe