summaryrefslogtreecommitdiffstats
path: root/t/README (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* read-cache.c: make $GIT_TEST_SPLIT_INDEX booleanNguyễn Thái Ngọc Duy2018-04-161-0/+11
* Merge branch 'sg/test-x'Junio C Hamano2018-03-141-3/+20
|\
| * t/README: add a note about don't saving stderr of compound commandsSZEDER Gábor2018-02-281-3/+17
| * t: add means to disable '-x' tracing for individual test scriptsSZEDER Gábor2018-02-271-0/+3
* | Merge branch 'sg/doc-test-must-fail-args'Junio C Hamano2018-02-271-2/+12
|\ \ | |/ |/|
| * t: document 'test_must_fail ok=<signal-name>'SZEDER Gábor2018-02-121-2/+12
* | Merge branch 'tg/t-readme-updates'Junio C Hamano2017-12-131-4/+6
|\ \
| * | t/README: document test_cmp_revThomas Gummerer2017-11-271-0/+5
| * | t/README: remove mention of adding copyright noticesThomas Gummerer2017-11-271-4/+1
| |/
* / test-lib: add LIBPCRE1 & LIBPCRE2 prerequisitesÆvar Arnfjörð Bjarmason2017-11-241-0/+12
|/
* t/README: fix typo and grammatically improve a sentenceKaartic Sivaraam2017-09-191-3/+3
* test-lib: add a PTHREADS prerequisiteÆvar Arnfjörð Bjarmason2017-05-261-0/+4
* test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason2017-05-211-2/+2
* t/README: clarify the test_have_prereq documentationÆvar Arnfjörð Bjarmason2017-03-271-3/+5
* t/README: change "Inside <X> part" to "Inside the <X> part"Ævar Arnfjörð Bjarmason2017-03-221-1/+1
* t/README: link to metacpan.org, not search.cpan.orgÆvar Arnfjörð Bjarmason2017-03-221-1/+1
* Merge branch 'jk/tap-verbose-fix'Junio C Hamano2016-10-261-0/+6
|\
| * test-lib: add --verbose-log optionJeff King2016-10-211-0/+6
| * Merge branch 'jk/test-send-sh-x-trace-elsewhere' into maintJunio C Hamano2016-05-311-3/+3
| |\
* | | Spelling fixesVille Skyttä2016-08-111-1/+1
* | | Merge branch 'jk/test-send-sh-x-trace-elsewhere'Junio C Hamano2016-05-171-3/+3
|\ \ \ | |/ / |/| / | |/
| * test-lib: set BASH_XTRACEFD automaticallyJeff King2016-05-111-3/+3
* | test: facilitate debugging Git executables in tests with gdbJohannes Schindelin2015-10-301-0/+5
|/
* t/test-lib: introduce --chain-lint optionJeff King2015-03-201-0/+10