aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-18/+6
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow1-0/+16
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-4/+4
2005-05-25Make "parse_object()" also fill in commit message buffer data.Linus Torvalds1-0/+4
2005-05-22Include file cleanups..Linus Torvalds1-2/+0
2005-05-20[PATCH] delta checkNicolas Pitre1-2/+9
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-14/+16
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov1-1/+2
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow1-0/+40
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-2/+2
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow1-0/+96