summaryrefslogtreecommitdiff
path: root/object.h
AgeCommit message (Expand)Author
13 hoursMerge branch 'tb/path-filter-fix' into jchJunio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-28upload-pack: free tree buffers after parsingJeff King
2024-01-31commit-graph: reuse existing Bloom filters where possibleTaylor Blau
2024-01-31object.h: fix mis-aligned flag bits tableTaylor Blau
2023-10-02object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano
2023-05-08object: add object_array initializer helper functionTaylor Blau
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11object.h: move some inline functions and defines from cache.hElijah Newren
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2022-09-07parse_object(): allow skipping hash checkJeff King
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren
2022-03-02reflog: libify delete reflog function and helpersJohn Cai
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason
2021-08-30builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau
2021-06-29object.h: add lookup_object_by_type() functionJeff King
2021-06-29object.h: expand docstring for lookup_unknown_object()Jeff King
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan
2021-04-13lookup_unknown_object(): take a repository argumentJeff King
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau
2020-07-07Merge branch 'rs/pack-bits-in-object-better'Junio C Hamano
2020-07-07Merge branch 'bc/http-push-flagsfix'Junio C Hamano
2020-06-24revision: reallocate TOPO_WALK object flagsRené Scharfe
2020-06-23http-push: ensure unforced pushes fail when data would be lostbrian m. carlson
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee
2020-02-13pack-bitmap: fix leak of haves/wants object listsJeff King
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee
2019-06-20object: convert create_object() to use object_idJeff King
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-11-02revision.c: generation-based topo-order algorithmDerrick Stolee
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano
2018-07-24Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano
2018-07-20commit-reach: move can_all_from_reach_with_flagsDerrick Stolee
2018-07-20commit-reach: move walk methods from commit.cDerrick Stolee
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan
2018-06-29object.c: allow parse_object to handle arbitrary repositoriesStefan Beller
2018-06-29object.c: allow parse_object_buffer to handle arbitrary repositoriesStefan Beller
2018-06-29commit.c: migrate the commit buffer to the parsed object storeStefan Beller