aboutsummaryrefslogtreecommitdiffstats
path: root/blob.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-1/+1
2005-05-20[PATCH] delta checkNicolas Pitre1-0/+2
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-3/+11
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov1-0/+1
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow1-1/+19
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-1/+1
2005-04-24fsck-cache: notice missing "blob" objects.Linus Torvalds1-1/+0
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow1-0/+24