summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)Author
2021-07-28Merge branch 'ab/pkt-line-tests'Junio C Hamano
2021-07-19test-lib-functions: use test-tool for [de]packetize()Ævar Arnfjörð Bjarmason
2021-07-17Merge branch 'dd/test-stdout-count-lines'Junio C Hamano
2021-07-08Merge branch 'jk/test-without-readlink-1'Junio C Hamano
2021-07-06test-lib-functions: introduce test_stdout_line_countĐoàn Trần Công Danh
2021-06-19t: use portable wrapper for readlink(1)Jeff King
2021-06-14Merge branch 'ab/test-lib-updates'Junio C Hamano
2021-05-11test-lib: split up and deprecate test_create_repo()Ævar Arnfjörð Bjarmason
2021-05-11test-lib: do not show advice about init.defaultBranch under --verboseÆvar Arnfjörð Bjarmason
2021-05-11test-lib: reformat argument list in test_create_repo()Ævar Arnfjörð Bjarmason
2021-05-11test-lib functions: add --printf option to test_commitÆvar Arnfjörð Bjarmason
2021-05-11test-lib functions: add an --annotated option to "test_commit"Ævar Arnfjörð Bjarmason
2021-05-11test-lib-functions: document test_commit --no-tagÆvar Arnfjörð Bjarmason
2021-05-11test-lib-functions: reword "test_commit --append" docsÆvar Arnfjörð Bjarmason
2021-04-13tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason
2021-02-26Merge branch 'jk/rev-list-disk-usage'Junio C Hamano
2021-02-23Merge branch 'ab/test-lib'Junio C Hamano
2021-02-18Merge branch 'ak/corrected-commit-date'Junio C Hamano
2021-02-12test-lib-functions: assert correct parameter countÆvar Arnfjörð Bjarmason
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-10Merge branch 'ds/more-index-cleanups'Junio C Hamano
2021-02-10test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason
2021-02-10test-lib-functions: move test_set_index_version() to its userÆvar Arnfjörð Bjarmason
2021-02-10test lib: change "error" to "BUG" as appropriateÆvar Arnfjörð Bjarmason
2021-02-09t: add --no-tag option to test_commitJeff King
2021-01-25Merge branch 'ab/mailmap-fixup'Junio C Hamano
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano
2021-01-24test-lib: test_region looks for trace2 regionsDerrick Stolee
2021-01-21tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason
2021-01-19commit-graph: implement generation data chunkAbhishek Kumar
2021-01-15test-lib-functions.sh: fix usage for test_commit()Denton Liu
2021-01-12test-lib functions: add an --append option to test_commitÆvar Arnfjörð Bjarmason
2021-01-12test-lib functions: add --author support to test_commitÆvar Arnfjörð Bjarmason
2021-01-12test-lib functions: document arguments to test_commitÆvar Arnfjörð Bjarmason
2021-01-12test-lib functions: expand "test_commit" comment templateÆvar Arnfjörð Bjarmason
2021-01-06t4129: don't fail if setgid is set in the test directoryMatheus Tavares
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano
2020-12-13init: provide useful advice about init.defaultBranchJohannes Schindelin
2020-12-08Merge branch 'fc/random-cleanup'Junio C Hamano
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares
2020-12-01tests: lib-functions: trivial style cleanupsFelipe Contreras
2020-11-25Merge branch 'sg/tests-prereq'Junio C Hamano
2020-11-18tests: fix description of 'test_set_prereq'SZEDER Gábor
2020-11-18tests: make sure nested lazy prereqs work reliablySZEDER Gábor
2020-11-11Merge branch 'js/test-file-size'Junio C Hamano
2020-11-07tests: consolidate the `file_size` function into `test-lib-functions.sh`Johannes Schindelin
2020-11-02Merge branch 'es/test-cmp-typocatcher'Junio C Hamano