summaryrefslogtreecommitdiffstats
path: root/object.h
Commit message (Expand)AuthorAgeFilesLines
* list-objects: filter objects in traverse_commit_listJeff Hostetler2017-11-221-0/+1
* object_array: add and use `object_array_pop()`Martin Ågren2017-09-241-0/+8
* object: remove "used" field from struct objectJonathan Tan2017-07-201-1/+1
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-4/+4
* fetch-pack: cache results of for_each_alternate_refJeff King2017-02-081-1/+1
* upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-131-1/+1
* Remove get_object_hash.brian m. carlson2015-11-201-2/+0
* Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* object: introduce get_object_hash macro.brian m. carlson2015-11-201-0/+2
* drop add_object_array_with_modeJeff King2014-10-191-1/+0
* make add_object_array_with_context interface more saneJeff King2014-10-161-2/+2
* object_array: add a "clear" functionJeff King2014-10-161-0/+6
* Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin2014-09-101-1/+2
* add object_as_type helper for casting objectsJeff King2014-07-131-0/+2
* move setting of object->type to alloc_* functionsJeff King2014-07-131-1/+1
* Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+13
|\
| * log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy2014-03-251-1/+1
| * object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-0/+13
* | Document some functions defined in object.cMichael Haggerty2014-02-281-0/+7
|/
* Merge branch 'mg/more-textconv'Junio C Hamano2013-10-231-0/+2
|\
| * grep: honor --textconv for the case rev:pathMichael J Gruber2013-05-101-0/+2
* | object_array_entry: fix memory handling of the name fieldMichael Haggerty2013-06-021-1/+7
* | object_array_remove_duplicates(): rewrite to reduce copyingMichael Haggerty2013-05-281-1/+5
* | object_array: add function object_array_filter()Michael Haggerty2013-05-281-0/+11
|/
* avoid segfaults on parse_object failureJeff King2013-03-171-1/+12
* Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-301-0/+2
* object.h: Remove obsolete struct object_refsJakob Pfender2011-03-141-5/+0
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-291-0/+2
* object.c: remove unused functionsJunio C Hamano2010-01-171-5/+0
* Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-251-0/+1
|\
| * bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-171-0/+1
* | Fix git-diff-tree --stdinJunio C Hamano2008-09-101-1/+12
|/
* Remove unused object-ref codeMartin Koegler2008-02-251-8/+0
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* add add_object_array_with_modeMartin Koegler2007-04-241-0/+2
* Clean up object creation to use more common codeLinus Torvalds2007-04-161-1/+1
* Add a generic "object decorator" interface, and make object refs use itLinus Torvalds2007-04-161-1/+0
* get rid of lookup_object_type()Nicolas Pitre2007-02-271-3/+0
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-1/+1
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-7/+3
* Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+6
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-031-11/+0
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-8/+15
* Abstract out accesses to object hash arrayLinus Torvalds2006-06-291-2/+3
* Add "named object array" conceptLinus Torvalds2006-06-191-1/+12
* Remove "refs" field from "struct object"Linus Torvalds2006-06-181-1/+3
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-1/+0
* Shrink "struct object" a bitLinus Torvalds2006-06-171-2/+18
* Use a hashtable for objects instead of a sorted listJohannes Schindelin2006-02-121-1/+1
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1