Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] Parse tree objects completely | Daniel Barkalow | 2005-04-23 | 1 | -3/+17 |
| | | | | | | | 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 | 1 | -0/+65 |
| | | | | Next step: make "diff-cache" use it. | ||||
* | [PATCH] Implementations of parsing functions | Daniel Barkalow | 2005-04-18 | 1 | -0/+67 |
This implements the parsing functions. Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |