summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-25t1900: rename t1900-repo to t1900-repo-infoLucas Seiki Oshiro2-1/+1
2026-02-25repo: rename struct field to repo_info_fieldLucas Seiki Oshiro1-13/+14
2026-02-25repo: replace get_value_fn_for_key by get_repo_info_fieldLucas Seiki Oshiro1-7/+6
2026-02-25repo: rename repo_info_fields to repo_info_fieldLucas Seiki Oshiro1-10/+10
2026-02-25CodingGuidelines: instruct to name arrays in singularLucas Seiki Oshiro1-0/+13
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak5-45/+233
2026-02-25refs: allow reference location in refstorage configKarthik Nayak9-9/+259
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak6-16/+85
2026-02-25refs: move out stub modification to generic layerKarthik Nayak3-30/+50
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak4-18/+39
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak3-8/+4
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie1-1/+1
2026-02-24midx: enable reachability bitmaps during MIDX compactionTaylor Blau4-5/+128
2026-02-24midx: implement MIDX compactionTaylor Blau6-27/+518
2026-02-24t/helper/test-read-midx.c: plug memory leak when selecting layerTaylor Blau1-6/+11
2026-02-24midx-write.c: factor fanout layering from `compute_sorted_entries()`Taylor Blau1-17/+25
2026-02-24midx-write.c: enumerate `pack_int_id` values directlyTaylor Blau1-3/+3
2026-02-24midx-write.c: extract `fill_pack_from_midx()`Taylor Blau1-6/+21
2026-02-24midx-write.c: introduce `midx_pack_perm()` helperTaylor Blau1-6/+12
2026-02-24midx: do not require packs to be sorted in lexicographic orderTaylor Blau5-16/+69
2026-02-24midx-write.c: introduce `struct write_midx_opts`Taylor Blau1-54/+81
2026-02-24midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`Taylor Blau1-1/+1
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 Blau3-4/+9
2026-02-24git-multi-pack-index(1): remove non-existent incompatibilityTaylor Blau1-1/+1
2026-02-24builtin/multi-pack-index.c: make '--progress' a common optionTaylor Blau2-8/+4
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau5-8/+12
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau6-13/+13
2026-02-24midx: mark `get_midx_checksum()` arguments as constTaylor Blau2-2/+2
2026-02-24build: regenerate config-list.h when Documentation changesD. Ben Knoble3-4/+22
2026-02-24Merge branch 'jh/alias-i18n' into jh/alias-i18n-fixesJunio C Hamano6-35/+182
2026-02-24builtin/maintenance: use "geometric" strategy by defaultPatrick Steinhardt2-4/+4
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 Steinhardt4-4/+11
2026-02-24diffcore-break: avoid segfault with freed entriesHan Young2-0/+32
2026-02-23doc: diff-options.adoc: show format.noprefix for format-patchKristoffer Haugsbakk1-1/+3
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk2-1/+29
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano8-29/+35
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano13-311/+462
2026-02-23config: use an enum for typeDerrick Stolee1-10/+13
2026-02-23config: restructure format_config()Derrick Stolee1-18/+44
2026-02-23config: format colors quietlyDerrick Stolee2-16/+22
2026-02-23color: add color_parse_quietly()Derrick Stolee2-7/+19
2026-02-23config: format expiry dates quietlyDerrick Stolee2-16/+22
2026-02-23config: format paths gentlyDerrick Stolee2-12/+23