summaryrefslogtreecommitdiff
path: root/object.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Merge branch 'mg/more-textconv'Libravatar Junio C Hamano1-0/+2
2013-06-02object_array_entry: fix memory handling of the name fieldLibravatar Michael Haggerty1-1/+7
2013-05-28object_array_remove_duplicates(): rewrite to reduce copyingLibravatar Michael Haggerty1-1/+5
2013-05-28object_array: add function object_array_filter()Libravatar Michael Haggerty1-0/+11
2013-05-10grep: honor --textconv for the case rev:pathLibravatar Michael J Gruber1-0/+2
2013-03-17avoid segfaults on parse_object failureLibravatar Jeff King1-1/+12
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyLibravatar Heiko Voigt1-0/+2
2011-03-14object.h: Remove obsolete struct object_refsLibravatar Jakob Pfender1-5/+0
2010-08-29object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Libravatar Thiago Farina1-0/+2
2010-01-17object.c: remove unused functionsLibravatar Junio C Hamano1-5/+0
2009-01-25Merge branch 'js/maint-all-implies-HEAD'Libravatar Junio C Hamano1-0/+1
2009-01-17bundle: allow the same ref to be given more than onceLibravatar Junio C Hamano1-0/+1
2008-09-10Fix git-diff-tree --stdinLibravatar Junio C Hamano1-1/+12
2008-02-25Remove unused object-ref codeLibravatar Martin Koegler1-8/+0
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-04-24add add_object_array_with_modeLibravatar Martin Koegler1-0/+2
2007-04-16Clean up object creation to use more common codeLibravatar Linus Torvalds1-1/+1
2007-04-16Add a generic "object decorator" interface, and make object refs use itLibravatar Linus Torvalds1-1/+0
2007-02-27get rid of lookup_object_type()Libravatar Nicolas Pitre1-3/+0
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-1/+1
2007-02-27formalize typename(), and add its reverse type_from_string()Libravatar Nicolas Pitre1-7/+3
2006-09-16Add git-for-each-ref: helper for language bindingsLibravatar Junio C Hamano1-0/+6
2006-09-03more lightweight revalidation while reusing deflated stream in packingLibravatar Junio C Hamano1-11/+0
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds1-8/+15
2006-06-29Abstract out accesses to object hash arrayLibravatar Linus Torvalds1-2/+3
2006-06-19Add "named object array" conceptLibravatar Linus Torvalds1-1/+12
2006-06-18Remove "refs" field from "struct object"Libravatar Linus Torvalds1-1/+3
2006-06-17Move "void *util" from "struct object" into "struct commit"Libravatar Linus Torvalds1-1/+0
2006-06-17Shrink "struct object" a bitLibravatar Linus Torvalds1-2/+18
2006-02-12Use a hashtable for objects instead of a sorted listLibravatar Johannes Schindelin1-1/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Libravatar Junio C Hamano1-1/+1
2005-11-16GIT 0.99.9j aka 1.0rc3Libravatar Junio C Hamano1-2/+8
2005-09-16[PATCH] Avoid building object ref lists when not neededLibravatar Linus Torvalds1-0/+1
2005-09-10[PATCH] Add function to append to an object_list.Libravatar Daniel Barkalow1-0/+3
2005-08-02[PATCH] Object library enhancementsLibravatar barkalow@iabervon.org1-0/+10
2005-06-27[PATCH] Remove "delta" object representation.Libravatar Junio C Hamano1-2/+0
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Libravatar Linus Torvalds1-0/+1
2005-06-21[PATCH] Parse tags for absent objectsLibravatar Daniel Barkalow1-0/+4
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Libravatar Jason McMullan1-3/+3
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.Libravatar jon@blackcubes.dyndns.org1-0/+1
2005-05-20[PATCH] delta checkLibravatar Nicolas Pitre1-0/+2
2005-05-11Mark the variable declarations in .h files as externLibravatar Petr Baudis1-2/+2
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Libravatar Daniel Barkalow1-0/+3
2005-04-18[PATCH] Header files for object parsingLibravatar Daniel Barkalow1-0/+29