summaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)AuthorFilesLines
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