summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2022-03-09test-lib: declare local variables as localMichael J Gruber
2022-03-09Merge branch 'ab/help-fixes'Junio C Hamano
2022-03-09Merge branch 'jc/cat-file-batch-commands'Junio C Hamano
2022-03-09Merge branch 'en/present-despite-skipped'Junio C Hamano
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee
2022-03-09bundle: unbundle promisor packsDerrick Stolee
2022-03-09bundle: create filtered bundlesDerrick Stolee
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee
2022-03-08gitweb: remove invalid http-equiv="content-type"Jason Yundt
2022-03-08comment: fix typoJason Yundt
2022-03-07rev-list simplify tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason
2022-03-07checkout tests: don't ignore "git <cmd>" exit codeÆvar Arnfjörð Bjarmason
2022-03-07apply tests: don't ignore "git ls-files" exit code, drop sub-shellÆvar Arnfjörð Bjarmason
2022-03-07gettext tests: don't ignore "test-tool regex" exit codeÆvar Arnfjörð Bjarmason
2022-03-07rev-list tests: don't hide abort() in "test_expect_failure"Ævar Arnfjörð Bjarmason
2022-03-07diff tests: don't ignore "git rev-list" exit codeÆvar Arnfjörð Bjarmason
2022-03-07notes tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason
2022-03-07rev-parse tests: don't ignore "git reflog" exit codeÆvar Arnfjörð Bjarmason
2022-03-07merge tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason
2022-03-07apply tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason
2022-03-07diff tests: don't ignore "git diff" exit code in "read" loopÆvar Arnfjörð Bjarmason
2022-03-07diff tests: don't ignore "git diff" exit codeÆvar Arnfjörð Bjarmason
2022-03-07read-tree tests: check "diff-files" exit code on failureÆvar Arnfjörð Bjarmason
2022-03-07tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"Ævar Arnfjörð Bjarmason
2022-03-07tests: change some 'test $(git) = "x"' to test_cmpÆvar Arnfjörð Bjarmason
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-03-07Merge branch 'jt/ls-files-stage-recurse'Junio C Hamano
2022-03-07Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano
2022-03-07Merge branch 'ah/advice-switch-requires-detach-to-detach'Junio C Hamano
2022-03-07Merge branch 'mc/index-pack-report-max-size'Junio C Hamano
2022-03-07Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-07Merge branch 'ab/test-leak-diag'Junio C Hamano
2022-03-07Merge branch 'ab/hook-tests'Junio C Hamano
2022-03-07Merge branch 'rs/bisect-executable-not-found'Junio C Hamano
2022-03-07Merge branch 'en/sparse-checkout-fixes'Junio C Hamano
2022-03-07Merge branch 'cg/t3903-modernize'Junio C Hamano
2022-03-05submodule update: add tests for --filterGlen Choo
2022-03-05submodule tests: test for init and update failure outputÆvar Arnfjörð Bjarmason
2022-03-04test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34Elia Pinto
2022-03-04t/lib-gpg: kill all gpg components, not just gpg-agentTodd Zullinger
2022-03-04t/lib-gpg: reload gpg components after updating trustlistTodd Zullinger
2022-03-04gpg-interface/gpgsm: fix for v2.3Fabian Stelzer
2022-03-04log tests: fix "abort tests early" regression in ff37a60c369Ævar Arnfjörð Bjarmason
2022-03-03builtin/remote.c: show progress when renaming remote referencesTaylor Blau
2022-03-03t5503: simplify setup of test which exercises failure of backfillPatrick Steinhardt
2022-03-03Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason
2022-03-02stash: add tests to ensure reflog --rewrite --updatref behaviorJohn Cai
2022-03-02repo_read_index: add config to expect files outside sparse patternsElijah Newren
2022-03-02t7063: mtime-mangling instead of delays in untracked cache testingTao Klerks