summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt-36/+39
2025-11-03object-file: introduce `struct odb_source_loose`Patrick Steinhardt-0/+25
2025-11-03object-file: move `fetch_if_missing`Patrick Steinhardt-8/+8
2025-11-03odb: adjust naming to free object sourcesPatrick Steinhardt-5/+5
2025-11-03odb: introduce `odb_source_new()`Patrick Steinhardt-12/+29
2025-11-03odb: fix subtle logic to check whether an alternate is usablePatrick Steinhardt-13/+17
2025-11-03last-modified: implement faster algorithmToon Claes-16/+237
2025-11-03Git 2.52-rc0v2.52.0-rc0Junio C Hamano-1/+17
2025-11-03Merge branch 'rs/merge-base-optim'Junio C Hamano-5/+110
2025-11-03Merge branch 'jk/diff-patch-dry-run-cleanup'Junio C Hamano-44/+25
2025-11-03Merge branch 'ps/maintenance-geometric'Junio C Hamano-63/+544
2025-11-03Merge branch 'jk/match-pathname-fix'Junio C Hamano-5/+23
2025-11-03Merge branch 'kh/doc-patch-id-1'Junio C Hamano-11/+11
2025-11-03Merge branch 'rs/add-patch-quit'Junio C Hamano-6/+18
2025-10-30The 27th batchJunio C Hamano-0/+23
2025-10-30Merge branch 'rz/bisect-help-unknown'Junio C Hamano-1/+5
2025-10-30Merge branch 'kf/log-shortlog-completion-fix'Junio C Hamano-2/+3
2025-10-30Merge branch 'ly/diff-name-only-with-diff-from-content'Junio C Hamano-2/+43
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano-90/+60
2025-10-30Merge branch 'ob/gpg-interface-cleanup'Junio C Hamano-13/+21
2025-10-30Merge branch 'ps/symlink-symref-deprecation'Junio C Hamano-5/+63
2025-10-30Merge branch 'ey/commit-graph-changed-paths-config'Junio C Hamano-1/+59
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt-32/+26
2025-10-30packfile: always add packfiles to MRU when adding a packPatrick Steinhardt-2/+1
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt-60/+43
2025-10-30builtin/pack-objects: simplify logic to find kept or nonlocal objectsPatrick Steinhardt-14/+14
2025-10-30packfile: fix approximation of object countsPatrick Steinhardt-4/+4
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt-35/+40
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt-18/+104
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt-22/+6
2025-10-30gpg-interface: mark a string for translationChristian Couder-1/+1
2025-10-30fast-import: mark strings for translationChristian Couder-150/+150
2025-10-30fast-export: mark strings for translationChristian Couder-39/+40
2025-10-30gpg-interface: use left shift to define GPG_VERIFY_*Christian Couder-3/+3
2025-10-30gpg-interface: simplify ssh fingerprint parsingChristian Couder-1/+1
2025-10-29The 26th batchJunio C Hamano-0/+3
2025-10-29Merge branch 'tb/incremental-midx-part-3.1'Junio C Hamano-1266/+1469
2025-10-29test-tool: fix leak in delete-gpgsig commandJeff King-3/+4
2025-10-29doc: document backslash in gitignore patternsJeff King-0/+7
2025-10-28t1016-compatObjectFormat: really freeze time for reproduciblityEric W. Biederman-1/+7
2025-10-28bisect: update usage and docs to match each otherRuoyu Zhong-26/+39
2025-10-28doc: git-checkout: fix placeholder markupKristoffer Haugsbakk-2/+2
2025-10-28The 25th batchJunio C Hamano-0/+9
2025-10-28Merge branch 'ps/ci-rust'Junio C Hamano-9/+103
2025-10-28Merge branch 'cc/fast-import-strip-signed-tags'Junio C Hamano-27/+229
2025-10-28Merge branch 'ds/sparse-checkout-clean'Junio C Hamano-58/+412
2025-10-28Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...Junio C Hamano-1350/+1926
2025-10-27t7900: fix a flaky test due to git-repack always regenerating MIDXPatrick Steinhardt-2/+2
2025-10-27MyFirstContribution: add note on confirming patchesQueen Ediri Jessa-0/+5
2025-10-27refs: add missing remove_on_disk implementation for debug backendXinyu Ruan-0/+9