summaryrefslogtreecommitdiff
path: root/object.h
AgeCommit message (Expand)Author
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
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds
2005-06-22[PATCH] Parse tags for absent objectsDaniel Barkalow
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-10Mark the variable declarations in .h files as externPetr Baudis
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow