summaryrefslogtreecommitdiff
path: root/tree.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-02Make fsck-cache do better tree checking.Libravatar Linus Torvalds1-1/+0
We check the ordering of the entries, and we verify that none of the entries has a slash in it (this allows us to remove the hacky "has_full_path" member from the tree structure, since we now just test it by walking the tree entries instead).
2005-04-23[PATCH] Parse tree objects completelyLibravatar Daniel Barkalow1-0/+12
This adds the contents of trees to struct tree. Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-18[PATCH] Header files for object parsingLibravatar Daniel Barkalow1-0/+17
This adds the structs and function declarations for parsing git objects. Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>