summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason2022-10-125-0/+204
* Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3Junio C Hamano2022-08-253-0/+128
|\
| * clone: --bundle-uri cannot be combined with --depthDerrick Stolee2022-08-101-0/+8
| * bundle-uri: add support for http(s):// and file://Derrick Stolee2022-08-101-0/+45
| * clone: add --bundle-uri optionDerrick Stolee2022-08-101-0/+36
| * bundle-uri: create basic file-copy logicDerrick Stolee2022-08-101-0/+2
| * remote-curl: add 'get' capabilityDerrick Stolee2022-08-101-0/+37
* | Merge branch 'll/disk-usage-humanise'Junio C Hamano2022-08-181-0/+22
|\ \
| * | rev-list: support human-readable output for `--disk-usage`Li Linchao2022-08-111-0/+22
* | | Merge branch 'sy/sparse-rm'Junio C Hamano2022-08-182-3/+98
|\ \ \
| * | | rm: integrate with sparse-indexShaoxuan Yuan2022-08-082-3/+18
| * | | rm: expand the index only when necessaryShaoxuan Yuan2022-08-081-2/+25
| * | | t1092: add tests for `git-rm`Shaoxuan Yuan2022-08-081-0/+57
| * | | Merge branch 'vd/sparse-reset-checkout-fixes' into sy/sparse-rmJunio C Hamano2022-08-081-0/+25
| |\ \ \
* | \ \ \ Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano2022-08-181-0/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | unpack-trees: unpack new trees as sparse directoriesVictoria Dye2022-08-081-0/+17
| * | | | checkout: fix nested sparse directory diff in sparse indexVictoria Dye2022-08-081-0/+8
* | | | | Merge branch 'jk/fsck-tree-mode-bits-fix'Junio C Hamano2022-08-182-0/+31
|\ \ \ \ \
| * | | | | fsck: downgrade tree badFilemode to "info"Jeff King2022-08-101-0/+17
| * | | | | fsck: actually detect bad file modes in treesJeff King2022-08-101-0/+14
| * | | | | Merge branch 'ds/doc-wo-whitelist' into maintJunio C Hamano2022-08-065-9/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mb/config-document-include' into maintJunio C Hamano2022-08-061-0/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/clone-unborn-confusion' into maintJunio C Hamano2022-08-062-3/+72
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'pw/use-glibc-tunable-for-malloc-optim'Junio C Hamano2022-08-151-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: cache glibc version checkPhillip Wood2022-08-041-3/+8
| |/ / / / / / /
* | | | | | | | Merge branch 'ab/tech-docs-to-help'Junio C Hamano2022-08-152-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: move protocol-related docs to man section 5Ævar Arnfjörð Bjarmason2022-08-041-2/+2
| * | | | | | | | git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason2022-08-041-0/+2
| * | | | | | | | git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason2022-08-041-1/+11
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'ab/hooks-regression-fix'Junio C Hamano2022-08-151-0/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason2022-08-051-0/+26
* | | | | | | | | Merge branch 'ab/plug-revisions-leak'Junio C Hamano2022-08-1211-4/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason2022-08-031-0/+1
| * | | | | | | | | log: fix a memory leak in "git show <revision>..."Ævar Arnfjörð Bjarmason2022-08-039-2/+8
| * | | | | | | | | test-fast-rebase helper: use release_revisions() (again)Ævar Arnfjörð Bjarmason2022-08-031-2/+0
* | | | | | | | | | Merge branch 'ab/leak-check'Junio C Hamano2022-08-1252-211/+397
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | upload-pack: fix a memory leak in create_pack_file()Ævar Arnfjörð Bjarmason2022-07-281-0/+1
| * | | | | | | | | | leak tests: mark passing SANITIZE=leak tests as leak-freeÆvar Arnfjörð Bjarmason2022-07-2837-1/+38
| * | | | | | | | | | leak tests: don't skip some tests under SANITIZE=leakÆvar Arnfjörð Bjarmason2022-07-287-10/+10
| * | | | | | | | | | test-lib: have the "check" mode for SANITIZE=leak consider leak logsÆvar Arnfjörð Bjarmason2022-07-284-2/+95
| * | | | | | | | | | test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check modeÆvar Arnfjörð Bjarmason2022-07-282-8/+43
| * | | | | | | | | | test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason2022-07-285-149/+26
| * | | | | | | | | | tests: move copy/pasted PERL + Test::More checks to a lib-perl.shÆvar Arnfjörð Bjarmason2022-07-283-19/+23
| * | | | | | | | | | t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason2022-07-281-1/+1
| * | | | | | | | | | test-lib: add a SANITIZE=leak logging modeÆvar Arnfjörð Bjarmason2022-07-282-1/+34
| * | | | | | | | | | t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" descriptionÆvar Arnfjörð Bjarmason2022-07-282-7/+4
| * | | | | | | | | | test-lib: add a --invert-exit-code switchÆvar Arnfjörð Bjarmason2022-07-282-2/+115
| * | | | | | | | | | test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUTÆvar Arnfjörð Bjarmason2022-07-281-10/+6
| * | | | | | | | | | test-lib: don't set GIT_EXIT_OK before calling test_atexit_handlerÆvar Arnfjörð Bjarmason2022-07-281-2/+2
| * | | | | | | | | | test-lib: use $1, not $@ in test_known_broken_{ok,failure}_Ævar Arnfjörð Bjarmason2022-07-281-4/+4
| | |_|/ / / / / / / | |/| | | | | | | |