summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee
2018-05-17shallow: migrate shallow information into the object parserStefan Beller
2018-05-17object.c: clear replace map before freeing itStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-10object.c: free replace map in raw_object_store_clearStefan Beller
2018-05-09object: allow create_object to handle arbitrary repositoriesStefan Beller
2018-05-09object: allow grow_object_hash to handle arbitrary repositoriesStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller
2018-05-09object: add repository argument to grow_object_hashJonathan Nieder
2018-05-09object: add repository argument to create_objectStefan Beller
2018-05-09repository: introduce parsed objects fieldStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-23object-store: free alt_odb_listStefan Beller
2018-03-23repository: introduce raw object store fieldStefan Beller
2018-03-14Convert lookup_replace_object to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano
2017-12-28object: add clear_commit_marks_all()René Scharfe
2017-12-08rev-list: support termination at promisor objectsJonathan Tan
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren
2017-07-20object: remove "used" field from struct objectJonathan Tan
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2017-05-08Convert remaining callers of lookup_blob to object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-01-30use SWAP macroRené Scharfe
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-05-06Merge branch 'jk/type-from-string-gently'Junio C Hamano
2015-04-17type_from_string_gently: make sure length matchesJeff King