aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06meson: make GIT_HTML_PATH configurableD. Ben Knoble7-13/+20
2025-11-06perl: also mark git-contacts executableD. Ben Knoble1-1/+1
2025-11-06wincred: align Makefile with other Makefiles in contribThomas Uhle1-8/+10
2025-11-05refs: add missing space in messagesPeter Krefting2-2/+2
2025-11-05Git 2.52-rc1v2.52.0-rc1Junio C Hamano2-1/+8
2025-11-04GitHub CI: macos-13 images are no moreJunio C Hamano1-4/+4
2025-11-04parseopt: remove unreachable codeJunio C Hamano1-2/+0
2025-11-04parseopt: restore const qualifier to parsed filenameD. Ben Knoble1-1/+1
2025-11-04config: use boolean type for a simple flagD. Ben Knoble1-1/+1
2025-11-04parseopt: use boolean type for a simple flagD. Ben Knoble1-2/+2
2025-11-04doc: clarify command equivalence commentD. Ben Knoble1-1/+1
2025-11-04parseopt: fix :(optional) at command line to only ignore missing filesD. Ben Knoble1-1/+1
2025-11-04A bit more before rc1Junio C Hamano1-0/+25
2025-11-04t/pack-refs-tests: move the 'test_done' to calleesKarthik Nayak3-2/+4
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak8-30/+30
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak7-44/+12
2025-11-04t7004: do not chdir around in the main processJunio C Hamano1-18/+20
2025-11-04ref-filter: fix stale parsed objectsPatrick Steinhardt2-0/+22
2025-11-04ref-filter: parse objects on demandPatrick Steinhardt1-36/+106
2025-11-04ref-filter: detect broken tags when dereferencing themPatrick Steinhardt2-2/+5
2025-11-04refs: don't store peeled object IDs for invalid tagsPatrick Steinhardt4-2/+63
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt9-25/+38
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt8-141/+1
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt3-28/+0
2025-11-04builtin/show-ref: convert to use `reference_get_peeled_oid()`Patrick Steinhardt1-13/+19
2025-11-04ref-filter: propagate peeled object IDPatrick Steinhardt5-32/+45
2025-11-04upload-pack: convert to use `reference_get_peeled_oid()`Patrick Steinhardt1-9/+13
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt12-10/+48
2025-11-04refs: refactor reference status flagsPatrick Steinhardt1-20/+21
2025-11-04refs: fully reset `struct ref_iterator::ref` on iterationPatrick Steinhardt3-1/+4
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt8-100/+75
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt49-462/+392
2025-11-04Revert "Merge branch 'ps/ref-peeled-tags' into next"Junio C Hamano66-783/+834
2025-11-04Revert "Merge branch 'kn/refs-optim-cleanup' into next"Junio C Hamano11-42/+72
2025-11-03last-modified: implement faster algorithmToon Claes3-16/+237
2025-11-03Git 2.52-rc0v2.52.0-rc0Junio C Hamano2-1/+17
2025-10-30The 27th batchJunio C Hamano1-0/+23
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt3-32/+26
2025-10-30packfile: always add packfiles to MRU when adding a packPatrick Steinhardt2-2/+1
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt3-60/+43
2025-10-30builtin/pack-objects: simplify logic to find kept or nonlocal objectsPatrick Steinhardt1-14/+14
2025-10-30packfile: fix approximation of object countsPatrick Steinhardt1-4/+4
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt6-35/+40
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt4-18/+104
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt2-22/+6
2025-10-30gpg-interface: mark a string for translationChristian Couder1-1/+1
2025-10-30fast-import: mark strings for translationChristian Couder2-150/+150
2025-10-30fast-export: mark strings for translationChristian Couder1-39/+40
2025-10-30gpg-interface: use left shift to define GPG_VERIFY_*Christian Couder1-3/+3
2025-10-30gpg-interface: simplify ssh fingerprint parsingChristian Couder1-1/+1