summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-25Merge branch 'jc/doc-cg-needswork'Junio C Hamano-0/+10
2026-02-25Merge branch 'ds/revision-maximal-only'Junio C Hamano-5/+110
2026-02-25Merge branch 'cc/lop-filter-auto'Junio C Hamano-73/+628
2026-02-25Merge branch 'pw/commit-msg-sample-hook'Junio C Hamano-3/+54
2026-02-25Merge branch 'kh/doc-am-format-sendmail'Junio C Hamano-7/+62
2026-02-25Documentation/git-repo: capitalize format descriptionsLucas Seiki Oshiro-2/+2
2026-02-25Documentation/git-repo: replace 'NUL' with '_NUL_'Lucas Seiki Oshiro-2/+2
2026-02-25t1901: adjust nul format output instead of expected valueLucas Seiki Oshiro-4/+4
2026-02-25t1900: rename t1900-repo to t1900-repo-infoLucas Seiki Oshiro-1/+1
2026-02-25repo: rename struct field to repo_info_fieldLucas Seiki Oshiro-13/+14
2026-02-25repo: replace get_value_fn_for_key by get_repo_info_fieldLucas Seiki Oshiro-7/+6
2026-02-25repo: rename repo_info_fields to repo_info_fieldLucas Seiki Oshiro-10/+10
2026-02-25CodingGuidelines: instruct to name arrays in singularLucas Seiki Oshiro-0/+13
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak-45/+233
2026-02-25refs: allow reference location in refstorage configKarthik Nayak-9/+259
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak-16/+85
2026-02-25refs: move out stub modification to generic layerKarthik Nayak-30/+50
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak-18/+39
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak-8/+4
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie-1/+1
2026-02-24midx: enable reachability bitmaps during MIDX compactionTaylor Blau-5/+128
2026-02-24midx: implement MIDX compactionTaylor Blau-27/+518
2026-02-24t/helper/test-read-midx.c: plug memory leak when selecting layerTaylor Blau-6/+11
2026-02-24midx-write.c: factor fanout layering from `compute_sorted_entries()`Taylor Blau-17/+25
2026-02-24midx-write.c: enumerate `pack_int_id` values directlyTaylor Blau-3/+3
2026-02-24midx-write.c: extract `fill_pack_from_midx()`Taylor Blau-6/+21
2026-02-24midx-write.c: introduce `midx_pack_perm()` helperTaylor Blau-6/+12
2026-02-24midx: do not require packs to be sorted in lexicographic orderTaylor Blau-16/+69
2026-02-24midx-write.c: introduce `struct write_midx_opts`Taylor Blau-54/+81
2026-02-24midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`Taylor Blau-1/+1
2026-02-24t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39Taylor Blau-1/+1
2026-02-24git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'Taylor Blau-4/+9
2026-02-24git-multi-pack-index(1): remove non-existent incompatibilityTaylor Blau-1/+1
2026-02-24builtin/multi-pack-index.c: make '--progress' a common optionTaylor Blau-8/+4
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau-8/+12
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau-13/+13
2026-02-24midx: mark `get_midx_checksum()` arguments as constTaylor Blau-2/+2
2026-02-24build: regenerate config-list.h when Documentation changesD. Ben Knoble-4/+22
2026-02-24Merge branch 'jh/alias-i18n' into jh/alias-i18n-fixesJunio C Hamano-35/+182
2026-02-24builtin/maintenance: use "geometric" strategy by defaultPatrick Steinhardt-4/+4
2026-02-24t7900: prepare for switch of the default strategyPatrick Steinhardt-1/+5
2026-02-24t6500: explicitly use "gc" strategyPatrick Steinhardt-0/+1
2026-02-24t5510: explicitly use "gc" strategyPatrick Steinhardt-0/+1
2026-02-24t5400: explicitly use "gc" strategyPatrick Steinhardt-0/+1
2026-02-24t34xx: don't expire reflogs where it mattersPatrick Steinhardt-0/+24
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt-3/+17
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt-4/+11
2026-02-24diffcore-break: avoid segfault with freed entriesHan Young-0/+32
2026-02-23doc: diff-options.adoc: show format.noprefix for format-patchKristoffer Haugsbakk-1/+3
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk-1/+29