summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-03-04tests: let --stress-limit=<N> imply --stressJohannes Schindelin2-1/+2
2019-03-03remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan1-1/+32
2019-03-01bisect: make diff-tree output prettierJeff King1-3/+3
2019-02-24diff: reuse diff setup for --no-index caseJeff King1-0/+8
2019-02-22Merge branch 'ab/bsd-fixes'Junio C Hamano2-5/+5
2019-02-22Merge branch 'ab/workaround-dash-bug-in-test'Junio C Hamano1-0/+1
2019-02-22trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler9-0/+1174
2019-02-22trace2: create new combined trace facilityJeff Hostetler3-0/+7
2019-02-22commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason1-0/+6
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason1-6/+16
2019-02-22format-patch: notice failure to open cover letter for writingJunio C Hamano1-0/+6
2019-02-22commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason1-1/+1
2019-02-21tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason1-4/+4
2019-02-19Merge branch 'js/test-tool-gen-nuls'Junio C Hamano4-7/+24
2019-02-19Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Junio C Hamano1-2/+2
2019-02-19t5562: do not reuse output filesMax Kirillov1-4/+4
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin4-7/+24
2019-02-19t5562: do not depend on /dev/zeroMax Kirillov1-1/+1
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano1-2/+2
2019-02-15read-cache: add post-index-change hookBen Peart1-0/+144
2019-02-14t5304: rename "sha1" variables to "oid"Jeff King1-12/+12
2019-02-14prune: use bitmaps for reachability traversalJeff King1-0/+11
2019-02-14prune: lazily perform reachability traversalJeff King2-0/+36
2019-02-14Merge branch 'jc/no-grepping-for-strerror-in-tests'Junio C Hamano1-1/+1
2019-02-14Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-0/+1
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger1-0/+1
2019-02-14t1404: do not rely on the exact phrasing of strerror()Junio C Hamano1-1/+1
2019-02-13Merge branch 'ab/rebase-test-fix'Junio C Hamano1-3/+6
2019-02-13Merge branch 'rb/no-dev-zero-in-test'Junio C Hamano3-3/+16
2019-02-13Merge branch 'sg/stress-test'Junio C Hamano3-4/+23
2019-02-13Merge branch 'kd/t0028-octal-del-is-377-not-777'Junio C Hamano1-4/+4
2019-02-13rebase: fix regression in rebase.useBuiltin=false test modeÆvar Arnfjörð Bjarmason1-3/+6
2019-02-13tests: avoid syntax triggering old dash bugÆvar Arnfjörð Bjarmason1-0/+1
2019-02-13read-cache.c: fix writing "link" index ext with null base oidNguyễn Thái Ngọc Duy1-0/+18
2019-02-13t5562: replace /dev/zero with a pipe from generate_zero_bytesRandall S. Becker1-2/+2
2019-02-13t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker1-1/+1
2019-02-12test-lib-functions.sh: add generate_zero_bytes functionRandall S. Becker1-0/+13
2019-02-11utf8: handle systems that don't write BOM for UTF-16brian m. carlson1-5/+29
2019-02-11t0028: fix wrong octal values for BOM in setupKevin Daudt1-4/+4
2019-02-11test-lib: fix non-portable pattern bracket expressionsSZEDER Gábor2-3/+3
2019-02-11test: caution on our version of 'yes'Junio C Hamano2-1/+14
2019-02-08Merge branch 'ld/git-p4-remove-flakey-test'Junio C Hamano1-27/+0
2019-02-08Merge branch 'js/rebase-i-redo-exec-fix'Junio C Hamano1-3/+0
2019-02-08Merge branch 'js/smart-http-detect-remote-error'Junio C Hamano4-0/+13
2019-02-08Merge branch 'tz/gpg-test-fix'Junio C Hamano1-2/+1
2019-02-08Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano1-1/+1
2019-02-08submodule--helper: teach config subcommand --unsetDenton Liu1-0/+9
2019-02-08test-lib: make '--stress' more bisect-friendlySZEDER Gábor2-2/+21
2019-02-08t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIRRandall S. Becker1-1/+1
2019-02-08t/lib-gpg: drop redundant killing of gpg-agentTodd Zullinger1-1/+0