aboutsummaryrefslogtreecommitdiffstats
path: root/object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * alloc: add repository argument to alloc_object_nodeStefan Beller2018-05-091-1/+1
| * object: add repository argument to grow_object_hashJonathan Nieder2018-05-091-2/+3
| * object: add repository argument to create_objectStefan Beller2018-05-091-2/+3
| * repository: introduce parsed objects fieldStefan Beller2018-05-091-23/+40
* | Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-1/+1
|\ \
| * | commit-graph: always load commit-graph informationDerrick Stolee2018-05-221-1/+1
| * | Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-3/+3
| |\ \
* | \ \ Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* | | | object.c: clear replace map before freeing itStefan Beller2018-05-181-0/+2
* | | | object.c: free replace map in raw_object_store_clearStefan Beller2018-05-101-0/+1
|/ / /
* | | replace-object: add repository argument to lookup_replace_objectStefan Beller2018-04-121-1/+1
* | | object-store: move lookup_replace_object to replace-object.hStefan Beller2018-04-121-0/+1
* | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+42
|\ \ \
| * | | object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-4/+3
| * | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+7
| * | | object-store: free alt_odb_listStefan Beller2018-03-231-0/+22
| * | | repository: introduce raw object store fieldStefan Beller2018-03-231-0/+14
| |/ /
* | | Convert lookup_replace_object to struct object_idbrian m. carlson2018-03-141-10/+4
* | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* | | sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson2018-03-141-2/+8
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-3/+3
|\ \ \ | |/ / |/| / | |/
| * object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-3/+3
* | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-1/+1
|\ \ | |/ |/|
| * rev-list: support termination at promisor objectsJonathan Tan2017-12-081-1/+1
* | object: add clear_commit_marks_all()René Scharfe2017-12-281-0/+11
|/
* object_array: add and use `object_array_pop()`Martin Ågren2017-09-241-0/+13
* object: remove "used" field from struct objectJonathan Tan2017-07-201-1/+0
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-25/+19
* Convert lookup_tag to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-2/+2
* Convert remaining callers of lookup_blob to object_idbrian m. carlson2017-05-081-3/+6
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+4
* use SWAP macroRené Scharfe2017-01-301-3/+1
* Remove get_object_hash.brian m. carlson2015-11-201-3/+3
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* Merge branch 'jk/type-from-string-gently'Junio C Hamano2015-05-051-1/+2
|\
| * type_from_string_gently: make sure length matchesJeff King2015-04-171-1/+2
* | drop add_object_array_with_modeJeff King2014-10-191-6/+1
* | make add_object_array_with_context interface more saneJeff King2014-10-161-14/+9
* | object_array: add a "clear" functionJeff King2014-10-161-0/+10
* | object_array: factor out slopbuf-freeing logicJeff King2014-10-161-4/+12
* | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-1/+1
|\ \ | |/ |/|
| * use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-1/+1
* | Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin2014-09-101-2/+9
|/
* Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-221-5/+21
|\