summaryrefslogtreecommitdiffstats
path: root/t/test-lib-functions.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-0/+5
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano1-0/+14
2024-01-02t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvarPatrick Steinhardt1-0/+5
2023-12-27Merge branch 'sp/test-i18ngrep'Junio C Hamano1-1/+1
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-1/+1
2023-12-18test-lib-functions.sh: fix test_grep fail message wordingShreyansh Paliwal1-1/+1
2023-12-14t/test-lib-functions.sh: implement `test_trace2_data` helperTaylor Blau1-0/+14
2023-11-26doc: switch links to httpsJosh Soref1-1/+1
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-4/+6
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt1-0/+55
2023-10-31test framework: further deprecate test_i18ngrepJunio C Hamano1-4/+6
2023-08-09Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano1-0/+33
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood1-0/+33
2023-07-04Merge branch 'bc/more-git-var'Junio C Hamano1-0/+9
2023-06-27t: add a function to check executable bitbrian m. carlson1-0/+9
2023-05-26config: use gitdir to get worktree configVictoria Dye1-2/+11
2023-05-08t: drop "verbose" helper functionJeff King1-9/+0
2023-02-28Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano1-0/+8
2023-02-23rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood1-0/+8
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano1-0/+8
2023-01-31t5558: add tests for creationToken heuristicDerrick Stolee1-0/+8
2023-01-27t: allow 'scalar' in test_must_failDerrick Stolee1-1/+1
2023-01-23Merge branch 'ab/test-env-helper'Junio C Hamano1-1/+1
2023-01-16Merge branch 'ds/omit-trailing-hash-in-index'Junio C Hamano1-0/+8
2023-01-14env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason1-1/+1
2023-01-08Merge branch 'js/drop-mingw-test-cmp'Junio C Hamano1-66/+0
2023-01-07test-lib-functions: add helper for trailing hashDerrick Stolee1-0/+8
2023-01-05Merge branch 'sg/test-oid-wo-incomplete-line'Junio C Hamano1-1/+1
2022-12-25t: create test harness for 'bundle-uri' commandÆvar Arnfjörð Bjarmason1-0/+7
2022-12-19tests: make 'test_oid' print trailing newlineSZEDER Gábor1-1/+1
2022-12-13tests(mingw): avoid very slow `mingw_test_cmp`Johannes Schindelin1-66/+0
2022-10-31test-lib-functions: drop redundant diagnostic printMartin Ågren1-4/+0
2022-10-30Merge branch 'ds/bundle-uri-3'Taylor Blau1-0/+11
2022-10-21test-lib-functions: mark 'test_commit' variables as 'local'Philippe Blain1-8/+8
2022-10-12bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason1-0/+11
2022-09-21t: convert egrep usage to "grep -E"Đoàn Trần Công Danh1-1/+1
2022-08-12Merge branch 'ab/leak-check'Junio C Hamano1-88/+1
2022-07-27test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason1-88/+1
2022-07-19t: avoid "whitelist"Derrick Stolee1-2/+1
2022-06-07Merge branch 'js/ci-github-workflow-markup'Junio C Hamano1-2/+4
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+10
2022-05-21ci(github): avoid printing test case preamble twiceVictoria Dye1-0/+2
2022-05-21ci: optionally mark up output in the GitHub workflowJohannes Schindelin1-2/+2
2022-04-06test-lib-functions: add parsing helpers for ls-files and ls-treeNeeraj Singh1-0/+10
2022-04-04Merge branch 'ds/t7700-kept-pack-test'Junio C Hamano1-34/+0
2022-04-04Merge branch 'ab/reflog-parse-options'Junio C Hamano1-1/+1
2022-03-25test-lib-functions: remove test_subcommand_inexactDerrick Stolee1-34/+0
2022-03-23reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason1-1/+1
2022-03-17tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason1-0/+24
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason1-0/+52