aboutsummaryrefslogtreecommitdiffstats
path: root/t/test-lib-functions.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11test-lib functions: add --printf option to test_commitÆvar Arnfjörð Bjarmason1-2/+12
2021-05-11test-lib functions: add an --annotated option to "test_commit"Ævar Arnfjörð Bjarmason1-5/+22
2021-05-11test-lib-functions: document test_commit --no-tagÆvar Arnfjörð Bjarmason1-0/+2
2021-05-11test-lib-functions: reword "test_commit --append" docsÆvar Arnfjörð Bjarmason1-2/+1
2021-04-13tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason1-7/+0
2021-02-25Merge branch 'jk/rev-list-disk-usage'Junio C Hamano1-1/+8
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano1-46/+16
2021-02-17Merge branch 'ak/corrected-commit-date'Junio C Hamano1-0/+6
2021-02-12test-lib-functions: assert correct parameter countÆvar Arnfjörð Bjarmason1-0/+8
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason1-5/+6
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-16/+7
2021-02-10Merge branch 'ds/more-index-cleanups'Junio C Hamano1-0/+42
2021-02-10test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason1-27/+0
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason1-7/+0
2021-02-10test-lib-functions: move test_set_index_version() to its userÆvar Arnfjörð Bjarmason1-5/+0
2021-02-10test lib: change "error" to "BUG" as appropriateÆvar Arnfjörð Bjarmason1-2/+2
2021-02-09t: add --no-tag option to test_commitJeff King1-1/+8
2021-01-25Merge branch 'ab/mailmap-fixup'Junio C Hamano1-2/+2
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano1-7/+30
2021-01-23test-lib: test_region looks for trace2 regionsDerrick Stolee1-0/+42
2021-01-21tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason1-16/+7
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-0/+6
2021-01-14test-lib-functions.sh: fix usage for test_commit()Denton Liu1-2/+2
2021-01-12test-lib functions: add an --append option to test_commitÆvar Arnfjörð Bjarmason1-1/+13
2021-01-12test-lib functions: add --author support to test_commitÆvar Arnfjörð Bjarmason1-1/+10
2021-01-12test-lib functions: document arguments to test_commitÆvar Arnfjörð Bjarmason1-0/+4
2021-01-12test-lib functions: expand "test_commit" comment templateÆvar Arnfjörð Bjarmason1-5/+3
2021-01-06t4129: don't fail if setgid is set in the test directoryMatheus Tavares1-2/+7
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano1-1/+3
2020-12-13init: provide useful advice about init.defaultBranchJohannes Schindelin1-1/+3
2020-12-08Merge branch 'fc/random-cleanup'Junio C Hamano1-4/+4
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano1-2/+2
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares1-2/+2
2020-12-01tests: lib-functions: trivial style cleanupsFelipe Contreras1-4/+4
2020-11-25Merge branch 'sg/tests-prereq'Junio C Hamano1-4/+4
2020-11-18tests: fix description of 'test_set_prereq'SZEDER Gábor1-1/+1
2020-11-18tests: make sure nested lazy prereqs work reliablySZEDER Gábor1-3/+3
2020-11-11Merge branch 'js/test-file-size'Junio C Hamano1-0/+4
2020-11-06tests: consolidate the `file_size` function into `test-lib-functions.sh`Johannes Schindelin1-0/+4
2020-11-02Merge branch 'es/test-cmp-typocatcher'Junio C Hamano1-14/+2
2020-10-20Revert "test_cmp: diagnose incorrect arguments"Junio C Hamano1-14/+2
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-0/+33
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee1-0/+33
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano1-1/+1
2020-08-17Merge branch 'es/test-cmp-typocatcher'Junio C Hamano1-2/+14
2020-08-13drop vcs-svn experimentJeff King1-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-4/+12
2020-08-09test_cmp: diagnose incorrect argumentsEric Sunshine1-2/+14
2020-07-30t: allow testing different hash algorithms via environmentbrian m. carlson1-3/+1
2020-07-30t: add test_oid option to select hash algorithmbrian m. carlson1-1/+11