summaryrefslogtreecommitdiff
path: root/object.h
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-021-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-291-1/+0
* object.h: add lookup_object_by_type() functionJeff King2021-06-281-0/+7
* object.h: expand docstring for lookup_unknown_object()Jeff King2021-06-281-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-081-0/+1
* | Merge branch 'rs/pack-bits-in-object-better'Junio C Hamano2020-07-061-2/+2
|\ \
| * | revision: reallocate TOPO_WALK object flagsRené Scharfe2020-06-241-2/+2
* | | Merge branch 'bc/http-push-flagsfix'Junio C Hamano2020-07-061-1/+1
|\ \ \
| * | | http-push: ensure unforced pushes fail when data would be lostbrian m. carlson2020-06-231-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-201-2/+2
| * commit-reach: move walk methods from commit.cDerrick Stolee2018-07-201-1/+1
* | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-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
| * object: add repository argument to parse_object_bufferStefan Beller2018-06-291-1/+2
| * object: add repository argument to lookup_objectStefan Beller2018-06-291-1/+2
| * object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
| * Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+10
| |\
* | \ Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano2018-08-021-1/+2
|\ \ \
| * | | fetch-pack: introduce negotiator APIJonathan Tan2018-06-151-1/+2
* | | | Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano2018-07-241-1/+1
|\ \ \ \
| * | | | upload-pack: send refs' objects despite "filter"Jonathan Tan2018-07-091-1/+1
| |/ / /
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|