summaryrefslogtreecommitdiff
path: root/blob.c
AgeCommit message (Expand)Author
2018-06-29blob: allow lookup_blob to handle arbitrary repositoriesStefan Beller
2018-06-29blob: add repository argument to lookup_blobStefan Beller
2018-06-29object: add repository argument to object_as_typeStefan Beller
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09alloc: add repository argument to alloc_blob_nodeStefan Beller
2018-05-09object: add repository argument to create_objectStefan Beller
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2014-07-14add object_as_type helper for casting objectsJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2010-01-19Replace parse_blob() with an explanatory commentDaniel Barkalow
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-20Add specialized object allocatorLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-24fsck-cache: notice missing "blob" objects.Linus Torvalds
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow