Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2022-03-17Merge branch 'tb/rename-remote-progress'Junio C Hamano
2022-03-17Merge branch 'vd/sparse-read-tree'Junio C Hamano
2022-03-17Merge branch 'tk/empty-untracked-cache'Junio C Hamano
2022-03-17Merge branch 'ab/grep-patterntype'Junio C Hamano
2022-03-17fetch: fetch unpopulated, changed submodulesGlen Choo
2022-03-16partial-clone: add a partial-clone test caseAbhradeep Chakraborty
2022-03-15cat-file: skip expanding default formatJohn Cai
2022-03-15stash: make internal resets quiet and refresh indexVictoria Dye
2022-03-15reset: introduce --[no-]refresh option to --mixedVictoria Dye
2022-03-15repack: add config to skip updating server infoPatrick Steinhardt
2022-03-15repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt
2022-03-14Merge branch 'ps/fetch-atomic-fixup'Junio C Hamano
2022-03-14Merge branch 'fs/gpgsm-update'Junio C Hamano
2022-03-14Merge branch 'ab/make-optim-noop'Junio C Hamano
2022-03-14Merge branch 'ps/fetch-atomic'Junio C Hamano
2022-03-14t/helper/test-run-command.c: delete duplicate includeElia Pinto
2022-03-13t6423-merge-rename-directories.sh: use the $(...) constructElia Pinto
2022-03-13name-rev: use generation numbers if availableJacob Keller
2022-03-13reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason
2022-03-13userdiff: add builtin diff driver for kotlin language.Jaydeep P Das
2022-03-13t0030-t0050: avoid pipes with Git on LHSShubham Mishra
2022-03-13t0001-t0028: avoid pipes with Git on LHSShubham Mishra
2022-03-10test-lib: declare local variables as localMichael J Gruber
2022-03-10Merge branch 'ab/help-fixes'Junio C Hamano
2022-03-10Merge branch 'jc/cat-file-batch-commands'Junio C Hamano
2022-03-10Merge 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-08t5526: create superproject commits with test helperGlen Choo
2022-03-08t5526: stop asserting on stderr literallyGlen Choo
2022-03-08t5526: introduce test helper to assert on fetchesGlen Choo
2022-03-08rev-list simplify tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason
2022-03-08checkout tests: don't ignore "git <cmd>" exit codeÆvar Arnfjörð Bjarmason
2022-03-08apply tests: don't ignore "git ls-files" exit code, drop sub-shellÆvar Arnfjörð Bjarmason
2022-03-08gettext tests: don't ignore "test-tool regex" exit codeÆvar Arnfjörð Bjarmason
2022-03-08rev-list tests: don't hide abort() in "test_expect_failure"Ævar Arnfjörð Bjarmason
2022-03-08diff tests: don't ignore "git rev-list" exit codeÆvar Arnfjörð Bjarmason
2022-03-08notes tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason
2022-03-08rev-parse tests: don't ignore "git reflog" exit codeÆvar Arnfjörð Bjarmason
2022-03-08merge tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason
2022-03-08apply tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason
2022-03-08diff tests: don't ignore "git diff" exit code in "read" loopÆvar Arnfjörð Bjarmason
2022-03-08diff tests: don't ignore "git diff" exit codeÆvar Arnfjörð Bjarmason
2022-03-08read-tree tests: check "diff-files" exit code on failureÆvar Arnfjörð Bjarmason
2022-03-08tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"Ævar Arnfjörð Bjarmason