summaryrefslogtreecommitdiffstats
path: root/object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee1-1/+1
2018-05-18shallow: migrate shallow information into the object parserStefan Beller1-0/+3
2018-05-18object.c: clear replace map before freeing itStefan Beller1-0/+2
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller1-2/+40
2018-05-10object.c: free replace map in raw_object_store_clearStefan Beller1-0/+1
2018-05-09object: allow create_object to handle arbitrary repositoriesStefan Beller1-6/+6
2018-05-09object: allow grow_object_hash to handle arbitrary repositoriesStefan Beller1-8/+8
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller1-1/+1
2018-05-09object: add repository argument to grow_object_hashJonathan Nieder1-2/+3
2018-05-09object: add repository argument to create_objectStefan Beller1-2/+3
2018-05-09repository: introduce parsed objects fieldStefan Beller1-23/+40
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller1-1/+1
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller1-0/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-0/+42
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano1-3/+3
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller1-4/+3
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+7
2018-03-23object-store: free alt_odb_listStefan Beller1-0/+22
2018-03-23repository: introduce raw object store fieldStefan Beller1-0/+14
2018-03-14Convert lookup_replace_object to struct object_idbrian m. carlson1-10/+4
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson1-2/+8
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-3/+3
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-3/+3
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano1-1/+1
2017-12-28object: add clear_commit_marks_all()René Scharfe1-0/+11
2017-12-08rev-list: support termination at promisor objectsJonathan Tan1-1/+1
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren1-0/+13
2017-07-20object: remove "used" field from struct objectJonathan Tan1-1/+0
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-25/+19
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson1-2/+2
2017-05-08Convert remaining callers of lookup_blob to object_idbrian m. carlson1-3/+6
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+4
2017-01-30use SWAP macroRené Scharfe1-3/+1
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-05-05Merge branch 'jk/type-from-string-gently'Junio C Hamano1-1/+2
2015-04-17type_from_string_gently: make sure length matchesJeff King1-1/+2
2014-10-19drop add_object_array_with_modeJeff King1-6/+1
2014-10-16make add_object_array_with_context interface more saneJeff King1-14/+9
2014-10-16object_array: add a "clear" functionJeff King1-0/+10