Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] Mark blobs as parsed when they're actually parsed | Daniel Barkalow | 2005-04-28 |
| | | | | | | | | | This eliminates the special case for blobs versus other types of objects. Now the scheme is entirely regular and I won't introduce stupid bugs. (And fsck-cache doesn't have to do the do-nothing parse) Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||
* | [PATCH] Header files for object parsing | Daniel Barkalow | 2005-04-18 |
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> |