summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Be more careful about tree entry modes.Linus Torvalds2005-05-051-2/+4
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-041-2/+7
* Make fsck-cache do better tree checking.Linus Torvalds2005-05-021-5/+0
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-4/+4
* Don't add references to objects we couldn't find. Linus Torvalds2005-04-241-1/+2
* Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds2005-04-241-1/+1
* Set object type at object creation time, not object parse time.Linus Torvalds2005-04-241-1/+1
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-231-3/+17
* Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds2005-04-221-0/+65
* [PATCH] Implementations of parsing functionsDaniel Barkalow2005-04-181-0/+67