summaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-09The tenth batchJunio C Hamano1-1/+27
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee2-0/+25
2022-03-09bundle: unbundle promisor packsDerrick Stolee2-0/+6
2022-03-09bundle: create filtered bundlesDerrick Stolee2-11/+90
2022-03-09rev-list: move --filter parsing into revision.cDerrick Stolee2-11/+7
2022-03-09bundle: parse filter capabilityDerrick Stolee6-22/+50
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason3-5/+36
2022-03-09MyFirstObjectWalk: update recommended usageDerrick Stolee1-28/+16
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee5-31/+29
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee5-20/+14
2022-03-09pack-objects: use rev.filter when possibleDerrick Stolee1-2/+3
2022-03-09revision: put object filter into struct rev_infoDerrick Stolee2-14/+19
2022-03-09list-objects-filter-options: create copy helperDerrick Stolee2-0/+23
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee2-1/+11
2022-03-08gitweb: remove invalid http-equiv="content-type"Jason Yundt2-3/+14
2022-03-08comment: fix typoJason Yundt1-1/+1
2022-03-07rev-list simplify tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason1-5/+7
2022-03-07checkout tests: don't ignore "git <cmd>" exit codeÆvar Arnfjörð Bjarmason1-16/+35
2022-03-07apply tests: don't ignore "git ls-files" exit code, drop sub-shellÆvar Arnfjörð Bjarmason1-1/+2
2022-03-07gettext tests: don't ignore "test-tool regex" exit codeÆvar Arnfjörð Bjarmason1-3/+13
2022-03-07rev-list tests: don't hide abort() in "test_expect_failure"Ævar Arnfjörð Bjarmason1-4/+9
2022-03-07diff tests: don't ignore "git rev-list" exit codeÆvar Arnfjörð Bjarmason1-5/+2
2022-03-07notes tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason3-15/+14
2022-03-07rev-parse tests: don't ignore "git reflog" exit codeÆvar Arnfjörð Bjarmason1-2/+3
2022-03-07merge tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason1-16/+6
2022-03-07apply tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason1-16/+2
2022-03-07diff tests: don't ignore "git diff" exit code in "read" loopÆvar Arnfjörð Bjarmason1-51/+53
2022-03-07diff tests: don't ignore "git diff" exit codeÆvar Arnfjörð Bjarmason1-27/+22
2022-03-07read-tree tests: check "diff-files" exit code on failureÆvar Arnfjörð Bjarmason2-6/+6
2022-03-07tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"Ævar Arnfjörð Bjarmason1-22/+21
2022-03-07tests: change some 'test $(git) = "x"' to test_cmpÆvar Arnfjörð Bjarmason4-29/+50
2022-03-07hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason8-18/+47
2022-03-07merge: don't run post-hook logic on --no-verifyÆvar Arnfjörð Bjarmason1-9/+12
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason9-31/+35
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason3-4/+4
2022-03-07commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee2-4/+12
2022-03-07The ninth batchJunio C Hamano1-0/+21
2022-03-05submodule--helper update-clone: check for --filter and --initGlen Choo2-6/+19
2022-03-05submodule update: add tests for --filterGlen Choo1-0/+12
2022-03-05submodule--helper: remove ensure-core-worktreeGlen Choo2-12/+2
2022-03-05submodule--helper update-clone: learn --initGlen Choo2-6/+29
2022-03-05submodule--helper: allow setting superprefix for init_submodule()Atharva Raykar1-3/+7
2022-03-05submodule--helper: refactor get_submodule_displaypath()Atharva Raykar1-4/+10
2022-03-05submodule--helper run-update-procedure: learn --remoteGlen Choo2-63/+23
2022-03-05submodule--helper: don't use bitfield indirection for parse_options()Ævar Arnfjörð Bjarmason1-13/+10
2022-03-05submodule--helper: get remote names from any repositoryAtharva Raykar1-15/+23
2022-03-05submodule--helper run-update-procedure: remove --suboidGlen Choo2-10/+7
2022-03-05submodule--helper: reorganize code for sh to C conversionGlen Choo1-5/+21
2022-03-05submodule--helper: remove update-module-modeGlen Choo1-24/+0
2022-03-05submodule tests: test for init and update failure outputÆvar Arnfjörð Bjarmason2-3/+25