summaryrefslogtreecommitdiffstats
path: root/object.c
AgeCommit message (Expand)AuthorLines
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds-3/+10
2005-09-10[PATCH] Add function to append to an object_list.Daniel Barkalow-0/+11
2005-08-02[PATCH] Object library enhancementsbarkalow@iabervon.org-1/+54
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano-18/+6
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow-0/+16
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan-4/+4
2005-05-25Make "parse_object()" also fill in commit message buffer data.Linus Torvalds-0/+4
2005-05-22Include file cleanups..Linus Torvalds-2/+0
2005-05-20[PATCH] delta checkNicolas Pitre-2/+9
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre-14/+16
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov-1/+2
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow-0/+40
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li-2/+2
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow-0/+96