aboutsummaryrefslogtreecommitdiffstats
path: root/object.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-23Merge branch 'kn/bundle-dedup-optim'Junio C Hamano1-6/+0
2025-04-08bundle: fix non-linear performance scaling with refsKarthik Nayak1-6/+0
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-4/+6
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt1-1/+3
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano1-1/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-1/+1
2024-06-25commit-graph: reuse existing Bloom filters where possibleTaylor Blau1-0/+1
2024-06-25object.h: fix mis-aligned flag bits tableTaylor Blau1-1/+1
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano1-1/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-0/+35
2024-05-24pack-bitmap-write: support storing pseudo-merge commitsTaylor Blau1-1/+1
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-1/+2
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt1-0/+34
2024-05-15object.h: add flags allocated by pack-bitmap.hTaylor Blau1-0/+1
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-0/+18
2024-02-28upload-pack: free tree buffers after parsingJeff King1-0/+1
2023-10-02object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman1-0/+18
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano1-0/+2
2023-05-08object: add object_array initializer helper functionTaylor Blau1-0/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+2
2023-04-11object.h: move some inline functions and defines from cache.hElijah Newren1-0/+44
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-1/+21
2022-09-07parse_object(): allow skipping hash checkJeff King1-0/+6
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren1-1/+1
2022-03-02reflog: libify delete reflog function and helpersJohn Cai1-1/+1
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason1-1/+1
2021-08-29builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau1-1/+0
2021-06-28object.h: add lookup_object_by_type() functionJeff King1-0/+7
2021-06-28object.h: expand docstring for lookup_unknown_object()Jeff King1-1/+12
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano1-1/+1
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan1-1/+1
2021-04-13lookup_unknown_object(): take a repository argumentJeff King1-1/+1
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe1-2/+3
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee1-0/+1
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano1-0/+1
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau1-0/+1
2020-07-06Merge branch 'rs/pack-bits-in-object-better'Junio C Hamano1-2/+2
2020-07-06Merge branch 'bc/http-push-flagsfix'Junio C Hamano1-1/+1
2020-06-24revision: reallocate TOPO_WALK object flagsRené Scharfe1-2/+2
2020-06-23http-push: ensure unforced pushes fail when data would be lostbrian m. carlson1-1/+1
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-2/+1
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee1-1/+1
2020-02-13pack-bitmap: fix leak of haves/wants object listsJeff King1-0/+2
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee1-1/+2
2019-06-20object: convert create_object() to use object_idJeff King1-1/+1
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-6/+6
2018-11-02revision.c: generation-based topo-order algorithmDerrick Stolee1-2/+2