summaryrefslogtreecommitdiff
path: root/object.h
AgeCommit message (Expand)Author
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
2009-01-26Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano
2009-01-18bundle: allow the same ref to be given more than onceJunio C Hamano
2008-09-10Fix git-diff-tree --stdinJunio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2007-06-07War on whitespaceJunio C Hamano
2007-04-24add add_object_array_with_modeMartin Koegler
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-16Add a generic "object decorator" interface, and make object refs use itLinus Torvalds
2007-02-27get rid of lookup_object_type()Nicolas Pitre
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-30Abstract out accesses to object hash arrayLinus Torvalds
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-18Remove "refs" field from "struct object"Linus Torvalds
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-11-17GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds
2005-09-11[PATCH] Add function to append to an object_list.Daniel Barkalow
2005-08-03[PATCH] Object library enhancementsbarkalow@iabervon.org