aboutsummaryrefslogtreecommitdiffstats
path: root/object.h
AgeCommit message (Expand)AuthorFilesLines
2006-09-03more lightweight revalidation while reusing deflated stream in packingJunio C Hamano1-11/+0
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-8/+15
2006-06-29Abstract out accesses to object hash arrayLinus Torvalds1-2/+3
2006-06-19Add "named object array" conceptLinus Torvalds1-1/+12
2006-06-18Remove "refs" field from "struct object"Linus Torvalds1-1/+3
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-1/+0
2006-06-17Shrink "struct object" a bitLinus Torvalds1-2/+18
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin1-1/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano1-2/+8
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds1-0/+1
2005-09-10[PATCH] Add function to append to an object_list.Daniel Barkalow1-0/+3
2005-08-02[PATCH] Object library enhancementsbarkalow@iabervon.org1-0/+10
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-2/+0
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds1-0/+1
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow1-0/+4
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-3/+3
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-0/+1
2005-05-20[PATCH] delta checkNicolas Pitre1-0/+2
2005-05-11Mark the variable declarations in .h files as externPetr Baudis1-2/+2
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow1-0/+3
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow1-0/+29