summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-02-24t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39Taylor Blau1-1/+1
2026-02-24git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'Taylor Blau1-1/+0
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau1-2/+2
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau1-2/+2
2026-02-24t7900: prepare for switch of the default strategyPatrick Steinhardt1-1/+5
2026-02-24t6500: explicitly use "gc" strategyPatrick Steinhardt1-0/+1
2026-02-24t5510: explicitly use "gc" strategyPatrick Steinhardt1-0/+1
2026-02-24t5400: explicitly use "gc" strategyPatrick Steinhardt1-0/+1
2026-02-24t34xx: don't expire reflogs where it mattersPatrick Steinhardt4-0/+24
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt11-3/+17
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt3-3/+10
2026-02-24diffcore-break: avoid segfault with freed entriesHan Young1-0/+31
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk1-0/+16
2026-02-23config: format colors quietlyDerrick Stolee1-10/+1
2026-02-23config: format expiry dates quietlyDerrick Stolee1-10/+1
2026-02-23config: format paths gentlyDerrick Stolee1-2/+1
2026-02-23config: format bools or ints gentlyDerrick Stolee1-1/+3
2026-02-23config: format bools gentlyDerrick Stolee1-1/+3
2026-02-23config: format int64s gentlyDerrick Stolee1-1/+3
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee1-1/+96
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt1-3/+5
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt1-2/+5
2026-02-23pack-check: fix verification of large objectsPatrick Steinhardt1-0/+38
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt8-13/+16
2026-02-21t2004: use test_path_is_file instead of test -fLambert Duclos-de Guise1-21/+21
2026-02-20Merge branch 'ak/t9812-test-path-is-helpers'Junio C Hamano1-4/+4
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha1-0/+41
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano2-0/+84
2026-02-20Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bitsJunio C Hamano2-15/+33
2026-02-20t6006: don't use iconv(1) without ICONV prereqPatrick Steinhardt1-8/+21
2026-02-20t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"Patrick Steinhardt1-10/+10
2026-02-20t4205: improve handling of ICONV prerequisitePatrick Steinhardt1-22/+28
2026-02-20t40xx: don't use iconv(1) without ICONV prereqPatrick Steinhardt3-6/+18
2026-02-20t: don't set ICONV prereq when iconv(1) is missingPatrick Steinhardt1-1/+11
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu1-0/+13
2026-02-19hook: allow out-of-repo 'git hook' invocationsEmily Shaffer1-5/+11
2026-02-19hook: allow event = "" to overwrite previous valuesAdrian Ratiu1-0/+12
2026-02-19hook: allow disabling config hooksAdrian Ratiu1-0/+32
2026-02-19hook: include hooks from the configAdrian Ratiu1-1/+148
2026-02-19hook: add "git hook list" commandEmily Shaffer1-0/+22
2026-02-19wt-status: avoid passing NULL worktreePhillip Wood1-0/+9
2026-02-19pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"Patrick Steinhardt2-0/+84
2026-02-19meson: fix MERGE_TOOL_DIR with "--no-bin-wrappers"Patrick Steinhardt1-0/+1
2026-02-19ci: don't skip smallest test slice in GitLabPatrick Steinhardt1-6/+12
2026-02-19alias: support non-alphanumeric names via subsection syntaxJonatan Holmgren1-0/+61
2026-02-19help: use list_aliases() for alias listingJonatan Holmgren1-0/+10
2026-02-19t: use test_seq -f and pipes in a few more placesAaron Plattner6-34/+29
2026-02-17format-patch: fix From header in cover letterMirko Faina1-0/+8
2026-02-17Merge branch 'sd/t7003-test-path-is-helpers'Junio C Hamano1-6/+6
2026-02-17Merge branch 'bk/t2003-modernise'Junio C Hamano1-25/+25