summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/doc-wo-whitelist'Junio C Hamano2022-07-275-9/+8
|\
| * t: avoid "whitelist"Derrick Stolee2022-07-194-8/+7
| * git-cvsserver: clarify directory listDerrick Stolee2022-07-191-1/+1
* | Merge branch 'mb/config-document-include'Junio C Hamano2022-07-271-0/+13
|\ \
| * | config.txt: document include, includeIfManuel Boni2022-07-171-0/+13
* | | Merge branch 'ma/t4200-update'Junio C Hamano2022-07-271-3/+0
|\ \ \
| * | | t4200: drop irrelevant codeMartin Ågren2022-07-181-3/+0
* | | | Merge branch 'ab/squelch-empty-fsync-traces'Junio C Hamano2022-07-272-7/+34
|\ \ \ \
| * | | | trace2: only include "fsync" events if we git_fsync()Ævar Arnfjörð Bjarmason2022-07-182-7/+34
* | | | | Merge branch 'js/ci-github-workflow-markup'Junio C Hamano2022-07-231-5/+5
|\ \ \ \ \
| * | | | | tests: fix incorrect --write-junit-xml codeJohannes Schindelin2022-07-141-5/+5
* | | | | | Merge branch 'gc/bare-repo-discovery'Junio C Hamano2022-07-233-15/+70
|\ \ \ \ \ \
| * | | | | | setup.c: create `safe.bareRepository`Glen Choo2022-07-151-0/+54
| * | | | | | safe.directory: use git_protected_config()Glen Choo2022-07-151-14/+10
| * | | | | | config: learn `git_protected_config()`Glen Choo2022-07-151-1/+6
* | | | | | | Merge branch 'll/curl-accept-language'Junio C Hamano2022-07-203-3/+28
|\ \ \ \ \ \ \
| * | | | | | | remote-curl: send Accept-Language header to serverLi Linchao2022-07-113-3/+28
* | | | | | | | Merge branch 'jk/clone-unborn-confusion'Junio C Hamano2022-07-202-3/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: use remote branch if it matches default HEADJeff King2022-07-082-3/+34
| * | | | | | | | clone: propagate empty remote HEAD even with other branchesJeff King2022-07-081-0/+38
* | | | | | | | | Merge branch 'hx/lookup-commit-in-graph-fix'Junio C Hamano2022-07-201-0/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5330: remove run_with_limited_processses()Han Xin2022-07-121-24/+1
| * | | | | | | | | commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin2022-07-011-0/+70
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jc/resolve-undo'Junio C Hamano2022-07-201-0/+71
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | revision: mark blobs needed for resolve-undo as reachableJunio C Hamano2022-06-101-0/+71
| |/ / / / / / / /
* | | | | | | | | Merge branch 'gc/submodule-use-super-prefix'Junio C Hamano2022-07-181-0/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule--helper update: use display path helperGlen Choo2022-07-011-2/+2
| * | | | | | | | | submodule--helper tests: add missing "display path" coverageGlen Choo2022-07-011-0/+62
| * | | | | | | | | Merge branch 'ab/submodule-cleanup' into gc/submodule-use-super-prefixJunio C Hamano2022-07-011-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'en/merge-dual-dir-renames-fix'Junio C Hamano2022-07-181-0/+105
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge-ort: fix issue with dual rename and add/add conflictElijah Newren2022-07-061-2/+2
| * | | | | | | | | | t6423: add tests of dual directory rename plus add/add conflictElijah Newren2022-07-061-0/+105
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ab/test-without-templates'Junio C Hamano2022-07-1830-27/+97
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: don't assume a .git/info for .git/info/sparse-checkoutÆvar Arnfjörð Bjarmason2022-06-066-3/+15
| * | | | | | | | | | tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason2022-06-064-3/+10
| * | | | | | | | | | tests: don't assume a .git/info for .git/info/refsÆvar Arnfjörð Bjarmason2022-06-062-2/+4
| * | | | | | | | | | tests: don't assume a .git/info for .git/info/attributesÆvar Arnfjörð Bjarmason2022-06-067-7/+28
| * | | | | | | | | | tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason2022-06-068-2/+14
| * | | | | | | | | | tests: don't depend on template-created .git/branchesÆvar Arnfjörð Bjarmason2022-06-063-5/+21
| * | | | | | | | | | t0008: don't rely on default ".git/info/exclude"Ævar Arnfjörð Bjarmason2022-06-061-5/+5
* | | | | | | | | | | Merge branch 'ab/build-gitweb'Junio C Hamano2022-07-181-4/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gitweb: remove "test" and "test-installed" targetsÆvar Arnfjörð Bjarmason2022-06-281-4/+0
* | | | | | | | | | | | Merge branch 'ab/test-tool-leakfix'Junio C Hamano2022-07-1821-24/+77
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test-tool delta: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-012-7/+16
| * | | | | | | | | | | | test-tool ref-store: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-0/+1
| * | | | | | | | | | | | test-tool bloom: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-012-1/+3
| * | | | | | | | | | | | test-tool json-writer: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-012-4/+14
| * | | | | | | | | | | | test-tool regex: call regfree(), fix memory leaksÆvar Arnfjörð Bjarmason2022-07-012-3/+7
| * | | | | | | | | | | | test-tool urlmatch-normalization: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-012-3/+10
| * | | | | | | | | | | | test-tool {dump,scrap}-cache-tree: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-013-1/+9