summaryrefslogtreecommitdiffstats
path: root/blob.c
Commit message (Expand)AuthorAgeFilesLines
* blob: allow lookup_blob to handle arbitrary repositoriesStefan Beller2018-06-291-5/+5
* blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+1
* object: add repository argument to object_as_typeStefan Beller2018-06-291-1/+1
* object: add repository argument to lookup_objectStefan Beller2018-06-291-1/+1
* alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-0/+1
* alloc: add repository argument to alloc_blob_nodeStefan Beller2018-05-091-1/+1
* object: add repository argument to create_objectStefan Beller2018-05-091-1/+3
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-3/+3
* add object_as_type helper for casting objectsJeff King2014-07-131-8/+1
* move setting of object->type to alloc_* functionsJeff King2014-07-131-1/+1
* Replace parse_blob() with an explanatory commentDaniel Barkalow2010-01-181-21/+0
* Clean up object creation to use more common codeLinus Torvalds2007-04-161-6/+2
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-3/+3
* Add specialized object allocatorLinus Torvalds2006-06-191-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-5/+5
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-2/+1
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1
* [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