summaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Libravatar Jason McMullan1-1/+1
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Libravatar Junio C Hamano1-1/+1
2005-05-20[PATCH] delta checkLibravatar Nicolas Pitre1-0/+2
2005-05-11[PATCH] read_tree_recursive(): Fix leaksLibravatar Jonas Fonseca1-2/+5
2005-05-07Add git-update-cache --replace option.Libravatar Junio C Hamano1-1/+1
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Libravatar Nicolas Pitre1-17/+27
2005-05-05Be more careful about tree entry modes.Libravatar Linus Torvalds1-2/+4
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheLibravatar Sergey Vlasov1-2/+7
2005-05-02Make fsck-cache do better tree checking.Libravatar Linus Torvalds1-5/+0
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-4/+4
2005-04-24Don't add references to objects we couldn't find. Libravatar Linus Torvalds1-1/+2
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Libravatar Linus Torvalds1-1/+1
2005-04-24Set object type at object creation time, not object parse time.Libravatar Linus Torvalds1-1/+1
2005-04-23[PATCH] Parse tree objects completelyLibravatar Daniel Barkalow1-3/+17
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Libravatar Linus Torvalds1-0/+65
2005-04-18[PATCH] Implementations of parsing functionsLibravatar Daniel Barkalow1-0/+67