summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vd/stash-silence-reset'Junio C Hamano2022-03-302-7/+66
|\
| * reset: remove 'reset.refresh' config optionVictoria Dye2022-03-231-12/+2
| * reset: remove 'reset.quiet' config optionVictoria Dye2022-03-231-2/+1
| * reset: do not make '--quiet' disable index refreshVictoria Dye2022-03-231-27/+5
| * stash: make internal resets quiet and refresh indexVictoria Dye2022-03-141-0/+33
| * reset: introduce --[no-]refresh option to --mixedVictoria Dye2022-03-141-7/+66
* | Merge branch 'jc/rebase-detach-fix'Junio C Hamano2022-03-291-7/+11
|\ \
| * | rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai2022-03-181-0/+9
| * | rebase: use test_commit helper in setupJohn Cai2022-03-181-7/+2
| |/
* | Merge branch 'jt/reset-grafts-when-resetting-shallow'Junio C Hamano2022-03-291-0/+9
|\ \
| * | shallow: reset commit grafts when shallow is resetJonathan Tan2022-03-171-0/+9
* | | Merge branch 'vd/cache-bottom-fix'Junio C Hamano2022-03-291-1/+6
|\ \ \
| * | | unpack-trees: increment cache_bottom for sparse directoriesVictoria Dye2022-03-171-3/+3
| * | | t1092: add sparse directory before cone in test repoVictoria Dye2022-03-171-4/+9
| |/ /
* | | Merge branch 'gc/recursive-fetch-with-unused-submodules'Junio C Hamano2022-03-251-131/+414
|\ \ \
| * | | fetch: fetch unpopulated, changed submodulesGlen Choo2022-03-161-2/+266
| * | | t5526: create superproject commits with test helperGlen Choo2022-03-071-50/+45
| * | | t5526: stop asserting on stderr literallyGlen Choo2022-03-071-61/+56
| * | | t5526: introduce test helper to assert on fetchesGlen Choo2022-03-071-55/+84
* | | | Merge branch 'ab/plug-random-leaks'Junio C Hamano2022-03-231-2/+10
|\ \ \ \
| * | | | diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason2022-03-171-2/+4
| * | | | tests: demonstrate "show --word-diff --color-moved" regressionMichael J Gruber2022-03-171-1/+7
* | | | | Merge branch 'jc/cat-file-batch-default-format-optim'Junio C Hamano2022-03-231-0/+12
|\ \ \ \ \
| * | | | | cat-file: skip expanding default formatJohn Cai2022-03-151-0/+12
* | | | | | Merge branch 'ac/test-lazy-fetch'Junio C Hamano2022-03-231-0/+19
|\ \ \ \ \ \
| * | | | | | partial-clone: add a partial-clone test caseAbhradeep Chakraborty2022-03-161-0/+19
* | | | | | | Merge branch 'ps/repack-with-server-info'Junio C Hamano2022-03-231-0/+50
|\ \ \ \ \ \ \
| * | | | | | | repack: add config to skip updating server infoPatrick Steinhardt2022-03-141-0/+18
| * | | | | | | repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt2022-03-141-0/+32
* | | | | | | | Merge branch 'ab/reflog-prep-fix'Junio C Hamano2022-03-231-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason2022-03-131-0/+9
* | | | | | | | | Merge branch 'ep/remove-duplicated-includes'Junio C Hamano2022-03-231-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t/helper/test-run-command.c: delete duplicate includeElia Pinto2022-03-131-1/+0
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'ep/t6423-modernize'Junio C Hamano2022-03-231-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t6423-merge-rename-directories.sh: use the $(...) constructElia Pinto2022-03-131-5/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/name-rev-w-genno'Junio C Hamano2022-03-231-0/+118
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | name-rev: use generation numbers if availableJacob Keller2022-03-131-0/+118
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jd/userdiff-kotlin'Junio C Hamano2022-03-2313-0/+153
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | userdiff: add builtin diff driver for kotlin language.Jaydeep P Das2022-03-1213-0/+153
| |/ / / / / / / /
* | | | | | | | | Merge branch 'gc/submodule-update-part1'Junio C Hamano2022-03-232-3/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule update: add tests for --filterGlen Choo2022-03-041-0/+12
| * | | | | | | | | submodule tests: test for init and update failure outputÆvar Arnfjörð Bjarmason2022-03-042-3/+25
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jy/gitweb-no-need-for-meta'Junio C Hamano2022-03-211-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: remove invalid http-equiv="content-type"Jason Yundt2022-03-081-0/+13
| * | | | | | | | | comment: fix typoJason Yundt2022-03-081-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-212-1/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clone: fail gracefully when cloning filtered bundleDerrick Stolee2022-03-091-0/+12
| * | | | | | | | | bundle: unbundle promisor packsDerrick Stolee2022-03-091-0/+2
| * | | | | | | | | bundle: create filtered bundlesDerrick Stolee2022-03-091-0/+48
| * | | | | | | | | list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason2022-03-091-0/+12