summaryrefslogtreecommitdiffstats
path: root/t/test-lib-functions.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason2022-07-281-88/+1
* Merge branch 'js/ci-github-workflow-markup'Junio C Hamano2022-06-071-2/+4
|\
| * ci(github): avoid printing test case preamble twiceVictoria Dye2022-05-221-0/+2
| * ci: optionally mark up output in the GitHub workflowJohannes Schindelin2022-05-221-2/+2
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+10
|\ \ | |/ |/|
| * test-lib-functions: add parsing helpers for ls-files and ls-treeNeeraj Singh2022-04-061-0/+10
* | Merge branch 'ds/t7700-kept-pack-test'Junio C Hamano2022-04-041-34/+0
|\ \
| * | test-lib-functions: remove test_subcommand_inexactDerrick Stolee2022-03-251-34/+0
| |/
* | Merge branch 'ab/reflog-parse-options'Junio C Hamano2022-04-041-1/+1
|\ \
| * | reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason2022-03-231-1/+1
| |/
* | tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason2022-03-171-0/+24
* | test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason2022-03-171-0/+52
|/
* tests: allow testing if a path is truly a file or a directoryCOGONI Guillaume2022-02-241-0/+29
* Merge branch 'ms/update-index-racy'Junio C Hamano2022-02-051-0/+33
|\
| * test-lib: introduce API for verifying file mtimeMarc Strapetz2022-01-071-0/+33
* | Merge branch 'ds/repack-fixlets'Junio C Hamano2022-01-051-0/+34
|\ \ | |/ |/|
| * repack: respect kept objects with '--write-midx -b'Derrick Stolee2021-12-201-0/+34
* | test-lib: introduce required prereq for test runsFabian Stelzer2021-11-211-0/+11
|/
* test-lib-functions: keep user's debugger config files and TERM in 'debug'Philippe Blain2021-09-071-14/+46
* test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'Philippe Blain2021-09-071-1/+46
* test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'Philippe Blain2021-09-071-1/+1
* Merge branch 'ab/pkt-line-tests'Junio C Hamano2021-07-281-30/+8
|\
| * test-lib-functions: use test-tool for [de]packetize()Ævar Arnfjörð Bjarmason2021-07-191-30/+8
* | Merge branch 'dd/test-stdout-count-lines'Junio C Hamano2021-07-171-0/+26
|\ \
| * | test-lib-functions: introduce test_stdout_line_countĐoàn Trần Công Danh2021-07-061-0/+26
* | | Merge branch 'jk/test-without-readlink-1'Junio C Hamano2021-07-081-0/+6
|\ \ \ | |/ / |/| |
| * | t: use portable wrapper for readlink(1)Jeff King2021-06-191-0/+6
| |/
* | Merge branch 'ab/test-lib-updates'Junio C Hamano2021-06-141-23/+39
|\ \ | |/ |/|
| * test-lib: split up and deprecate test_create_repo()Ævar Arnfjörð Bjarmason2021-05-111-13/+2
| * test-lib: do not show advice about init.defaultBranch under --verboseÆvar Arnfjörð Bjarmason2021-05-111-1/+0
| * test-lib: reformat argument list in test_create_repo()Ævar Arnfjörð Bjarmason2021-05-111-2/+2
| * test-lib functions: add --printf option to test_commitÆvar Arnfjörð Bjarmason2021-05-111-2/+12
| * test-lib functions: add an --annotated option to "test_commit"Ævar Arnfjörð Bjarmason2021-05-111-5/+22
| * test-lib-functions: document test_commit --no-tagÆvar Arnfjörð Bjarmason2021-05-111-0/+2
| * test-lib-functions: reword "test_commit --append" docsÆvar Arnfjörð Bjarmason2021-05-111-2/+1
* | tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason2021-04-131-7/+0
|/
* Merge branch 'jk/rev-list-disk-usage'Junio C Hamano2021-02-261-1/+8
|\
| * t: add --no-tag option to test_commitJeff King2021-02-091-1/+8
* | Merge branch 'ab/test-lib'Junio C Hamano2021-02-231-46/+16
|\ \
| * | test-lib-functions: assert correct parameter countÆvar Arnfjörð Bjarmason2021-02-121-0/+8
| * | test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason2021-02-121-5/+6
| * | test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason2021-02-101-27/+0
| * | test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason2021-02-101-7/+0
| * | test-lib-functions: move test_set_index_version() to its userÆvar Arnfjörð Bjarmason2021-02-101-5/+0
| * | test lib: change "error" to "BUG" as appropriateÆvar Arnfjörð Bjarmason2021-02-101-2/+2
| |/
* | Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-181-0/+6
|\ \
| * | commit-graph: implement generation data chunkAbhishek Kumar2021-01-191-0/+6
* | | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-101-16/+7
|\ \ \
| * | | tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason2021-01-221-16/+7
| |/ /
* | | Merge branch 'ds/more-index-cleanups'Junio C Hamano2021-02-101-0/+42
|\ \ \ | |_|/ |/| |