summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin3-7/+257
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin3-7/+257
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Libravatar Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin2-2/+249
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin2-2/+249
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Libravatar Johannes Schindelin1-0/+17
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin1-0/+17
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shLibravatar Johannes Schindelin1-3/+10
2019-12-05quote-stress-test: allow skipping some trialsLibravatar Johannes Schindelin1-1/+5
2019-12-05quote-stress-test: accept arguments to test via the command-lineLibravatar Johannes Schindelin1-13/+22
2019-12-05tests: add a helper to stress test argument quotingLibravatar Garima Singh1-2/+116
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkLibravatar Garima Singh1-0/+96
2019-02-19tests: teach the test-tool to generate NUL bytes and use itLibravatar Johannes Schindelin3-0/+23
2019-02-06Merge branch 'js/vsts-ci'Libravatar Junio C Hamano5-0/+158
2019-02-06Merge branch 'lt/date-human'Libravatar Junio C Hamano1-1/+12
2019-02-06Merge branch 'jk/unused-parameter-cleanup'Libravatar Junio C Hamano1-1/+1
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano3-2/+4
2019-02-06test-date: drop unused parameter to getnanos()Libravatar Jeff King1-2/+2
2019-02-05Merge branch 'cc/test-ref-store-typofix'Libravatar Junio C Hamano1-1/+1
2019-02-05Merge branch 'sb/more-repo-in-api'Libravatar Junio C Hamano1-0/+10
2019-01-29Merge branch 'bc/sha-256'Libravatar Junio C Hamano6-51/+133
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Libravatar Junio C Hamano1-3/+5
2019-01-29Add `human` format to test-toolLibravatar Stephen P. Smith1-1/+12
2019-01-29ci: parallelize testing on WindowsLibravatar Johannes Schindelin1-0/+31
2019-01-29tests: include detailed trace logs with --write-junit-xml upon failureLibravatar Johannes Schindelin1-0/+21
2019-01-29tests: avoid calling Perl just to determine file sizesLibravatar Johannes Schindelin1-0/+12
2019-01-29tests: optionally write results as JUnit-style .xmlLibravatar Johannes Schindelin3-0/+82
2019-01-28test-date: add a subcommand to measure times in shell scriptsLibravatar Johannes Schindelin1-0/+12
2019-01-24show_date_relative(): drop unused "tz" parameterLibravatar Jeff King1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy3-2/+4
2019-01-17helper/test-ref-store: fix "new-sha1" vs "old-sha1" typoLibravatar Christian Couder1-1/+1
2018-12-28t/helper/test-repository: celebrate independence from the_repositoryLibravatar Stefan Beller1-0/+10
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller1-3/+5
2018-11-21Merge branch 'ds/commit-graph-with-grafts' into maintLibravatar Junio C Hamano1-2/+8
2018-11-21Merge branch 'js/mingw-o-append' into maintLibravatar Junio C Hamano3-0/+78
2018-11-18Merge branch 'jk/unused-parameter-fixes'Libravatar Junio C Hamano1-1/+1
2018-11-18Merge branch 'ds/reachable-topo-order'Libravatar Junio C Hamano1-8/+18
2018-11-14Add a base implementation of SHA-256 supportLibravatar brian m. carlson3-0/+9
2018-11-14t/helper: add a test helper to compute hash speedLibravatar brian m. carlson3-0/+63
2018-11-14t: make the sha1 test-tool helper genericLibravatar brian m. carlson3-51/+61
2018-11-13Merge branch 'ds/add-missing-tags'Libravatar Junio C Hamano1-4/+30
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Libravatar Junio C Hamano3-0/+32
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksLibravatar Jeff King1-0/+1
2018-11-06parse-options: drop OPT_DATE()Libravatar Jeff King1-1/+0
2018-11-03test-reach: test get_reachable_subsetLibravatar Derrick Stolee1-4/+30
2018-11-02prio-queue: add 'peek' operationLibravatar Derrick Stolee1-8/+18