Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Set object type at object creation time, not object parse time. | Linus Torvalds | 2005-04-24 | |
| | | | | Otherwise we can have objects without a type, which is not good. | |||
* | [PATCH] Parse tree objects completely | Daniel Barkalow | 2005-04-23 | |
| | | | | | | | 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> | |||
* | Move "read_tree()" to "tree.c" to be used as a generic helper function. | Linus Torvalds | 2005-04-22 | |
| | | | | Next step: make "diff-cache" use it. | |||
* | [PATCH] Implementations of parsing functions | Daniel Barkalow | 2005-04-18 | |
This implements the parsing functions. Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |