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-24Merge branch 'ep/t6423-modernize'Junio C Hamano
2022-03-24Merge branch 'jk/name-rev-w-genno'Junio C Hamano
2022-03-24Merge branch 'jd/userdiff-kotlin'Junio C Hamano
2022-03-24Merge branch 'gc/submodule-update-part1'Junio C Hamano
2022-03-23bundle: output hash information in 'verify'Derrick Stolee
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee
2022-03-23ls-tree: detect and error on --name-only --name-statusÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: support --object-only option for "git-ls-tree"Teng Long
2022-03-23ls-tree: introduce "--format" optionÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: fix "--name-only" and "--long" combined use bugTeng Long
2022-03-23ls-tree tests: add tests for --name-statusÆvar Arnfjörð Bjarmason
2022-03-22Merge branch 'jy/gitweb-no-need-for-meta'Junio C Hamano
2022-03-22Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-22Merge branch 'ep/test-malloc-check-with-glibc-2.34'Junio C Hamano
2022-03-22Merge branch 'sm/no-git-in-upstream-of-pipe-in-tests'Junio C Hamano
2022-03-18rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai
2022-03-18rebase: use test_commit helper in setupJohn Cai
2022-03-18reflog exists: use parse_options() APIÆvar Arnfjörð Bjarmason
2022-03-18reflog tests: add missing "git reflog exists" testsÆvar Arnfjörð Bjarmason
2022-03-18shallow: reset commit grafts when shallow is resetJonathan Tan
2022-03-18http tests: use "test_hook" for "smart" and "dumb" http testsÆvar Arnfjörð Bjarmason
2022-03-18proc-receive hook tests: use "test_hook" instead of "write_script"Ævar Arnfjörð Bjarmason
2022-03-18tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason
2022-03-17unpack-trees: increment cache_bottom for sparse directoriesVictoria Dye
2022-03-17t1092: add sparse directory before cone in test repoVictoria Dye
2022-03-17diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason
2022-03-17tests: demonstrate "show --word-diff --color-moved" regressionMichael J Gruber
2022-03-17tests: use "test_hook" for misc "mkdir -p" and "chmod" casesÆvar Arnfjörð Bjarmason
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason
2022-03-17tests: change "cat && chmod +x" to use "test_hook"Ævar Arnfjörð Bjarmason
2022-03-17gc + p4 tests: use "test_hook", remove sub-shellsÆvar Arnfjörð Bjarmason
2022-03-17fetch+push tests: use "test_hook" and "test_when_finished" patternÆvar Arnfjörð Bjarmason
2022-03-17bugreport tests: tighten up "git bugreport -s hooks" testÆvar Arnfjörð Bjarmason
2022-03-17tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason
2022-03-17http tests: don't rely on "hook/post-update.sample"Ævar Arnfjörð Bjarmason
2022-03-17hook tests: turn exit code assertions into a loopÆvar Arnfjörð Bjarmason
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-17Merge branch 'ab/keep-git-exit-codes-in-tests'Junio C Hamano
2022-03-17Merge branch 'tk/t7063-chmtime-dirs-too'Junio C Hamano
2022-03-17Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano
2022-03-17Merge branch 'jc/stash-drop'Junio C Hamano
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