summaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini2020-02-201-0/+2
* Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano2019-12-101-0/+44
|\
| * mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin2019-11-231-0/+44
* | Sync with Git 2.24.1Junio C Hamano2019-12-103-6/+256
|\ \
| * \ Sync with 2.23.1Johannes Schindelin2019-12-063-6/+256
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-063-6/+256
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-063-6/+256
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-063-6/+256
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-063-6/+256
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-063-6/+256
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-063-7/+257
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-063-7/+257
| | | | | | | | |\
| | | | | | | | | * test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin2019-12-061-5/+8
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-062-2/+249
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-062-2/+249
| | | | | | | | | | |\
| | | | | | | | | | | * Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2019-12-051-0/+17
| | | | | | | | | | | |\
| | | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+17
| | | | | | | | | | | * | quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin2019-12-051-3/+10
| | | | | | | | | | | * | quote-stress-test: allow skipping some trialsJohannes Schindelin2019-12-051-1/+5
| | | | | | | | | | | * | quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin2019-12-051-13/+22
| | | | | | | | | | | * | tests: add a helper to stress test argument quotingGarima Singh2019-12-051-2/+116
| | | | | | | | | | | |/
| | | | | | | | | | | * test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh2019-12-051-0/+96
| | | | | | * | | | | | Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano2018-11-211-2/+8
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge branch 'js/mingw-o-append' into maintJunio C Hamano2018-11-213-0/+78
| | | | | | |\ \ \ \ \ \ \
* | | | | | | | | | | | | | test-tool: use 'read-graph' helperDerrick Stolee2019-11-133-0/+55
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'sg/progress-fix'Junio C Hamano2019-10-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | test-progress: fix test failures on big-endian systemsSZEDER Gábor2019-10-211-1/+1
* | | | | | | | | | | | | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-152-31/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-0/+1
| * | | | | | | | | | | | | | hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-3/+1
| * | | | | | | | | | | | | | OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-072-6/+3
| * | | | | | | | | | | | | | hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-3/+3
| * | | | | | | | | | | | | | hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong2019-10-071-2/+7
| * | | | | | | | | | | | | | hashmap: use *_entry APIs for iterationEric Wong2019-10-072-11/+8
| * | | | | | | | | | | | | | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6
| * | | | | | | | | | | | | | hashmap: use *_entry APIs to wrap container_ofEric Wong2019-10-071-7/+5
| * | | | | | | | | | | | | | hashmap_get_next returns "struct hashmap_entry *"Eric Wong2019-10-071-4/+6
| * | | | | | | | | | | | | | hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | | | | | | | | | | | | hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-3/+3
| * | | | | | | | | | | | | | hashmap_get_next takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | | | | | | | | | | | | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-3/+3
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-0/+153
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test-tool run-command: learn to run (parts of) the testsuiteJohannes Schindelin2019-10-061-0/+153
* | | | | | | | | | | | | | | Merge branch 'sg/t-helper-gitignore'Junio C Hamano2019-10-071-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t/helper: ignore only executable filesSZEDER Gábor2019-09-201-5/+4
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'sg/progress-fix'Junio C Hamano2019-10-073-0/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Test the progress displaySZEDER Gábor2019-09-173-0/+83
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'ss/get-time-cleanup'Junio C Hamano2019-10-071-18/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test_date.c: remove reference to GIT_TEST_DATE_NOWStephen P. Smith2019-09-181-1/+0
| * | | | | | | | | | | | | | Quit passing 'now' to date codeStephen P. Smith2019-09-121-17/+9
| |/ / / / / / / / / / / / /