summaryrefslogtreecommitdiff
path: root/object.h
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 'nd/commit-util-to-slab'Junio C Hamano
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano
2018-05-21show-branch: note about its object flags usageNguyễn Thái Ngọc Duy
2018-05-17commit: allow prepare_commit_graft to handle arbitrary repositoriesStefan Beller
2018-05-17shallow: migrate shallow information into the object parserStefan Beller
2018-05-16object: move grafts to object parserJonathan Nieder
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09object: allow create_object to handle arbitrary repositoriesStefan Beller
2018-05-09object: add repository argument to create_objectStefan Beller
2018-05-09repository: introduce parsed objects fieldStefan Beller
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller
2018-03-14Merge branch 'nd/object-allocation-comments'Junio C Hamano
2018-03-06object.h: realign object flag allocation commentNguyễn Thái Ngọc Duy
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy
2018-02-15Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano
2017-12-28object: add clear_commit_marks_all()René Scharfe
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren
2017-07-20object: remove "used" field from struct objectJonathan Tan
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-02-08fetch-pack: cache results of for_each_alternate_refJeff King
2016-06-13upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20object: introduce get_object_hash macro.brian m. carlson
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-09-10Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin
2014-07-14add object_as_type helper for casting objectsJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano
2014-03-25log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy
2014-02-28Document some functions defined in object.cMichael Haggerty
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty
2013-05-28object_array_remove_duplicates(): rewrite to reduce copyingMichael Haggerty
2013-05-28object_array: add function object_array_filter()Michael Haggerty
2013-05-10grep: honor --textconv for the case rev:pathMichael J Gruber
2013-03-17avoid segfaults on parse_object failureJeff King
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt
2011-03-14object.h: Remove obsolete struct object_refsJakob Pfender
2010-08-30object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina
2010-01-18object.c: remove unused functionsJunio C Hamano