summaryrefslogtreecommitdiff
path: root/blob.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-1/+1
* [PATCH] delta checkNicolas Pitre2005-05-201-0/+2
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-3/+11
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-041-0/+1
* [PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow2005-04-281-1/+19
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-1/+1
* fsck-cache: notice missing "blob" objects.Linus Torvalds2005-04-241-1/+0
* [PATCH] Implementations of parsing functionsDaniel Barkalow2005-04-181-0/+24