summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Merge branch 'ds/t7700-kept-pack-test'Libravatar Junio C Hamano1-34/+0
2022-04-04Merge branch 'ab/reflog-parse-options'Libravatar Junio C Hamano1-1/+1
2022-03-25test-lib-functions: remove test_subcommand_inexactLibravatar Derrick Stolee1-34/+0
2022-03-23reflog: convert to parse_options() APILibravatar Ævar Arnfjörð Bjarmason1-1/+1
2022-03-17tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Libravatar Ævar Arnfjörð Bjarmason1-0/+24
2022-03-17test-lib-functions: add and use a "test_hook" wrapperLibravatar Ævar Arnfjörð Bjarmason1-0/+52
2022-02-23tests: allow testing if a path is truly a file or a directoryLibravatar COGONI Guillaume1-0/+29
2022-02-05Merge branch 'ms/update-index-racy'Libravatar Junio C Hamano1-0/+33
2022-01-07test-lib: introduce API for verifying file mtimeLibravatar Marc Strapetz1-0/+33
2022-01-05Merge branch 'ds/repack-fixlets'Libravatar Junio C Hamano1-0/+34
2021-12-20repack: respect kept objects with '--write-midx -b'Libravatar Derrick Stolee1-0/+34
2021-11-20test-lib: introduce required prereq for test runsLibravatar Fabian Stelzer1-0/+11
2021-09-07test-lib-functions: keep user's debugger config files and TERM in 'debug'Libravatar Philippe Blain1-14/+46
2021-09-07test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'Libravatar Philippe Blain1-1/+46
2021-09-07test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'Libravatar Philippe Blain1-1/+1
2021-07-28Merge branch 'ab/pkt-line-tests'Libravatar Junio C Hamano1-30/+8
2021-07-19test-lib-functions: use test-tool for [de]packetize()Libravatar Ævar Arnfjörð Bjarmason1-30/+8
2021-07-16Merge branch 'dd/test-stdout-count-lines'Libravatar Junio C Hamano1-0/+26
2021-07-08Merge branch 'jk/test-without-readlink-1'Libravatar Junio C Hamano1-0/+6
2021-07-06test-lib-functions: introduce test_stdout_line_countLibravatar Đoàn Trần Công Danh1-0/+26
2021-06-19t: use portable wrapper for readlink(1)Libravatar Jeff King1-0/+6
2021-06-14Merge branch 'ab/test-lib-updates'Libravatar Junio C Hamano1-23/+39
2021-05-11test-lib: split up and deprecate test_create_repo()Libravatar Ævar Arnfjörð Bjarmason1-13/+2
2021-05-11test-lib: do not show advice about init.defaultBranch under --verboseLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2021-05-11test-lib: reformat argument list in test_create_repo()Libravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-05-11test-lib functions: add --printf option to test_commitLibravatar Ævar Arnfjörð Bjarmason1-2/+12
2021-05-11test-lib functions: add an --annotated option to "test_commit"Libravatar Ævar Arnfjörð Bjarmason1-5/+22
2021-05-11test-lib-functions: document test_commit --no-tagLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2021-05-11test-lib-functions: reword "test_commit --append" docsLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2021-04-13tests: remove all uses of test_i18cmpLibravatar Ævar Arnfjörð Bjarmason1-7/+0
2021-02-25Merge branch 'jk/rev-list-disk-usage'Libravatar Junio C Hamano1-1/+8
2021-02-22Merge branch 'ab/test-lib'Libravatar Junio C Hamano1-46/+16
2021-02-17Merge branch 'ak/corrected-commit-date'Libravatar Junio C Hamano1-0/+6
2021-02-12test-lib-functions: assert correct parameter countLibravatar Ævar Arnfjörð Bjarmason1-0/+8
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramLibravatar Ævar Arnfjörð Bjarmason1-5/+6
2021-02-10Merge branch 'ab/detox-gettext-tests'Libravatar Junio C Hamano1-16/+7
2021-02-10Merge branch 'ds/more-index-cleanups'Libravatar Junio C Hamano1-0/+42
2021-02-10test-lib-functions: move function to lib-bitmap.shLibravatar Ævar Arnfjörð Bjarmason1-27/+0
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperLibravatar Ævar Arnfjörð Bjarmason1-7/+0
2021-02-10test-lib-functions: move test_set_index_version() to its userLibravatar Ævar Arnfjörð Bjarmason1-5/+0
2021-02-10test lib: change "error" to "BUG" as appropriateLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-02-09t: add --no-tag option to test_commitLibravatar Jeff King1-1/+8
2021-01-25Merge branch 'ab/mailmap-fixup'Libravatar Junio C Hamano1-2/+2
2021-01-25Merge branch 'ab/mailmap'Libravatar Junio C Hamano1-7/+30
2021-01-23test-lib: test_region looks for trace2 regionsLibravatar Derrick Stolee1-0/+42
2021-01-21tests: remove support for GIT_TEST_GETTEXT_POISONLibravatar Ævar Arnfjörð Bjarmason1-16/+7
2021-01-18commit-graph: implement generation data chunkLibravatar Abhishek Kumar1-0/+6
2021-01-14test-lib-functions.sh: fix usage for test_commit()Libravatar Denton Liu1-2/+2
2021-01-12test-lib functions: add an --append option to test_commitLibravatar Ævar Arnfjörð Bjarmason1-1/+13
2021-01-12test-lib functions: add --author support to test_commitLibravatar Ævar Arnfjörð Bjarmason1-1/+10