summaryrefslogtreecommitdiffstats
path: root/object.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-0/+35
|\
| * refs: pass repo when peeling objectsPatrick Steinhardt2024-05-171-1/+2
| * refs: move object peeling into "object.c"Patrick Steinhardt2024-05-171-0/+34
* | object.h: add flags allocated by pack-bitmap.hTaylor Blau2024-05-151-0/+1
|/
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-0/+18
|\
| * object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman2023-10-021-0/+18
* | upload-pack: free tree buffers after parsingJeff King2024-02-281-0/+1
|/
* Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano2023-06-231-0/+2
|\
| * object: add object_array initializer helper functionTaylor Blau2023-05-081-0/+2
* | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-1/+2
|/
* object.h: move some inline functions and defines from cache.hElijah Newren2023-04-111-0/+44
* object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-241-1/+21
* parse_object(): allow skipping hash checkJeff King2022-09-071-0/+6
* revision: allow --ancestry-path to take an argumentElijah Newren2022-08-191-1/+1
* reflog: libify delete reflog function and helpersJohn Cai2022-03-031-1/+1
* *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau2021-08-301-1/+0
* object.h: add lookup_object_by_type() functionJeff King2021-06-291-0/+7
* object.h: expand docstring for lookup_unknown_object()Jeff King2021-06-291-1/+12
* Merge branch 'jt/push-negotiation'Junio C Hamano2021-05-161-1/+1
|\
| * fetch: teach independent negotiation (no packfile)Jonathan Tan2021-05-051-1/+1
* | lookup_unknown_object(): take a repository argumentJeff King2021-04-131-1/+1
|/
* object: allow clear_commit_marks_all to handle any repoRené Scharfe2020-10-311-2/+3
* maintenance: add auto condition for commit-graph taskDerrick Stolee2020-09-171-0/+1
* Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano2020-07-091-0/+1
|\
| * commit.c: don't persist substituted parents when unshallowingTaylor Blau2020-07-091-0/+1
* | Merge branch 'rs/pack-bits-in-object-better'Junio C Hamano2020-07-071-2/+2
|\ \
| * | revision: reallocate TOPO_WALK object flagsRené Scharfe2020-06-241-2/+2
* | | Merge branch 'bc/http-push-flagsfix'Junio C Hamano2020-07-071-1/+1
|\ \ \
| * | | http-push: ensure unforced pushes fail when data would be lostbrian m. carlson2020-06-241-1/+1
| | |/ | |/|
* | | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-2/+1
| |/ |/|
* | revision: --show-pulls adds helpful mergesDerrick Stolee2020-04-101-1/+1
|/
* pack-bitmap: fix leak of haves/wants object listsJeff King2020-02-131-0/+2
* commit-graph: fix writing first commit-graph during fetchDerrick Stolee2019-10-251-1/+2
* object: convert create_object() to use object_idJeff King2019-06-201-1/+1
* object: convert lookup_object() to use object_idJeff King2019-06-201-1/+1
* object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-6/+6
* revision.c: generation-based topo-order algorithmDerrick Stolee2018-11-021-2/+2
* Merge branch 'ds/reachable'Junio C Hamano2018-09-171-2/+2
|\
| * commit-reach: move can_all_from_reach_with_flagsDerrick Stolee2018-07-211-2/+2
| * commit-reach: move walk methods from commit.cDerrick Stolee2018-07-211-1/+1
* | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-031-4/+8
|\|
| * object.c: allow parse_object to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
| * object.c: allow parse_object_buffer to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
| * commit.c: migrate the commit buffer to the parsed object storeStefan Beller2018-06-291-0/+4
| * object: allow lookup_object to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
| * object: allow object_as_type to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
| * object: add repository argument to object_as_typeStefan Beller2018-06-291-1/+2