summaryrefslogtreecommitdiff
path: root/t/README
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/test-atexit'Junio C Hamano2019-04-251-0/+20
|\
| * test-lib: introduce 'test_atexit'Johannes Schindelin2019-03-141-0/+20
* | Merge branch 'js/spell-out-options-in-tests'Junio C Hamano2019-04-221-0/+4
|\ \
| * | tests: disallow the use of abbreviated options (by default)Johannes Schindelin2019-04-151-0/+4
* | | Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+4
|\ \ \
| * | | tests: add a special setup where stash.useBuiltin is offJohannes Schindelin2019-03-071-0/+4
* | | | Merge branch 'ab/drop-scripted-rebase'Junio C Hamano2019-04-161-4/+0
|\ \ \ \
| * | | | rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason2019-03-201-4/+0
| | |_|/ | |/| |
* | | | Merge branch 'jt/test-protocol-version'Junio C Hamano2019-04-161-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan2019-03-071-0/+3
* | | | Merge branch 'js/stress-test-ui-tweak'Junio C Hamano2019-03-201-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: introduce --stress-jobs=<N>Johannes Schindelin2019-03-041-2/+4
| * | | tests: let --stress-limit=<N> imply --stressJohannes Schindelin2019-03-041-1/+1
* | | | Merge branch 'jc/test-yes-doc'Junio C Hamano2019-03-071-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | test: caution on our version of 'yes'Junio C Hamano2019-02-111-0/+9
* | | | Merge branch 'sg/stress-test'Junio C Hamano2019-02-131-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | test-lib: make '--stress' more bisect-friendlySZEDER Gábor2019-02-081-0/+5
* | | | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-061-0/+9
|\ \ \ \
| * | | | tests: optionally skip bin-wrappers/Johannes Schindelin2019-01-291-0/+9
| |/ / /
* | | | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | pack-objects: create GIT_TEST_PACK_SPARSEDerrick Stolee2019-01-171-0/+4
| | |/ | |/|
* | | Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-051-0/+5
|\ \ \ | |_|/ |/| |
| * | tests: define GIT_TEST_SIDEBAND_ALLJonathan Tan2019-01-171-0/+5
| |/
* | test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor2019-01-071-1/+18
|/
* Merge branch 'ab/dynamic-gettext-poison'Junio C Hamano2018-11-191-0/+6
|\
| * i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-0/+6
* | tests: add a special setup where rebase.useBuiltin is offÆvar Arnfjörð Bjarmason2018-11-161-0/+4
* | Merge branch 'ds/test-multi-pack-index'Junio C Hamano2018-11-131-0/+4
|\ \
| * | multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee2018-10-221-0/+4
* | | Merge branch 'sg/test-verbose-log'Junio C Hamano2018-11-061-0/+1
|\ \ \ | |_|/ |/| |
| * | test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor2018-10-301-0/+1
* | | Merge branch 'bp/read-cache-parallel'Junio C Hamano2018-10-191-0/+5
|\ \ \
| * | | config: add new index.threads config settingBen Peart2018-10-111-0/+5
| | |/ | |/|
* | | Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-191-1/+12
|\ \ \
| * | | preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart2018-09-281-0/+3
| * | | read-cache: update TEST_GIT_INDEX_VERSION supportBen Peart2018-09-281-0/+4
| * | | fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart2018-09-281-0/+4
| * | | t/README: correct spelling of "uncommon"Ben Peart2018-09-201-1/+1
| | |/ | |/|
* | | Merge branch 'md/test-cleanup'Junio C Hamano2018-10-161-22/+47
|\ \ \
| * | | Documentation: add shell guidelinesMatthew DeVore2018-10-071-0/+27
| * | | t/README: reformat Do, Don't, Keep in mind listsMatthew DeVore2018-10-071-22/+20
| | |/ | |/|
* | | Merge branch 'bc/hash-independent-tests'Junio C Hamano2018-10-101-0/+22
|\ \ \ | |/ / |/| |
| * | t: add test functions to translate hash-related valuesbrian m. carlson2018-09-131-0/+22
| |/
* | Merge branch 'ds/commit-graph-tests'Junio C Hamano2018-09-171-0/+4
|\ \
| * | commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-0/+4
| |/
* | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-09-171-0/+4
|\ \ | |/ |/|
| * Document update for nd/unpack-trees-with-cache-treeNguyễn Thái Ngọc Duy2018-08-271-0/+4
* | pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy2018-07-231-0/+4
|/
* pack-objects: shrink size field in struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+6
* pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+5