aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2026-02-26status: add status.compareBranches config for multiple branch comparisonsHarald Nordgren
2026-02-25Merge branch 'mc/tr2-process-ancestry-cleanup'Junio C Hamano
2026-02-25Merge branch 'ps/pack-concat-wo-backfill'Junio C Hamano
2026-02-25Merge branch 'ds/revision-maximal-only'Junio C Hamano
2026-02-25Merge branch 'cc/lop-filter-auto'Junio C Hamano
2026-02-25t1901: adjust nul format output instead of expected valueLucas Seiki Oshiro
2026-02-25t1900: rename t1900-repo to t1900-repo-infoLucas Seiki Oshiro
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak
2026-02-25refs: allow reference location in refstorage configKarthik Nayak
2026-02-24midx: enable reachability bitmaps during MIDX compactionTaylor Blau
2026-02-24midx: implement MIDX compactionTaylor Blau
2026-02-24t/helper/test-read-midx.c: plug memory leak when selecting layerTaylor Blau
2026-02-24midx: do not require packs to be sorted in lexicographic orderTaylor Blau
2026-02-24t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39Taylor Blau
2026-02-24git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'Taylor Blau
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau
2026-02-24t7900: prepare for switch of the default strategyPatrick Steinhardt
2026-02-24t6500: explicitly use "gc" strategyPatrick Steinhardt
2026-02-24t5510: explicitly use "gc" strategyPatrick Steinhardt
2026-02-24t5400: explicitly use "gc" strategyPatrick Steinhardt
2026-02-24t34xx: don't expire reflogs where it mattersPatrick Steinhardt
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt
2026-02-24diffcore-break: avoid segfault with freed entriesHan Young
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk
2026-02-23config: format colors quietlyDerrick Stolee
2026-02-23config: format expiry dates quietlyDerrick Stolee
2026-02-23config: format paths gentlyDerrick Stolee
2026-02-23config: format bools or ints gentlyDerrick Stolee
2026-02-23config: format bools gentlyDerrick Stolee
2026-02-23config: format int64s gentlyDerrick Stolee
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt
2026-02-23pack-check: fix verification of large objectsPatrick Steinhardt
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt
2026-02-21t2004: use test_path_is_file instead of test -fLambert Duclos-de Guise
2026-02-20Merge branch 'ak/t9812-test-path-is-helpers'Junio C Hamano
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano
2026-02-20Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bitsJunio C Hamano
2026-02-20t6006: don't use iconv(1) without ICONV prereqPatrick Steinhardt
2026-02-20t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"Patrick Steinhardt
2026-02-20t4205: improve handling of ICONV prerequisitePatrick Steinhardt
2026-02-20t40xx: don't use iconv(1) without ICONV prereqPatrick Steinhardt
2026-02-20t: don't set ICONV prereq when iconv(1) is missingPatrick Steinhardt
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu
2026-02-19hook: allow out-of-repo 'git hook' invocationsEmily Shaffer
2026-02-19hook: allow event = "" to overwrite previous valuesAdrian Ratiu