summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2018-05-17object.c: clear replace map before freeing itStefan Beller
2018-05-10object.c: free replace map in raw_object_store_clearStefan 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-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
2014-10-19drop add_object_array_with_modeJeff King
2014-10-16make add_object_array_with_context interface more saneJeff King
2014-10-16object_array: add a "clear" functionJeff King
2014-10-16object_array: factor out slopbuf-freeing logicJeff King
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-10Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-14object_as_type: set commit indexJeff King
2014-07-14add object_as_type helper for casting objectsJeff King
2014-07-14parse_object_buffer: do not set object typeJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_cached_commit_buffer where appropriateJeff King
2014-06-13provide a helper to set the commit bufferJeff King
2014-02-28Document some functions defined in object.cMichael Haggerty