Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include file cleanups.. | Linus Torvalds | 2005-05-22 |
| | | | | | | | Add <limits.h> to the include files handled by "cache.h", and remove extraneous #include directives from various .c files. The rule is that "cache.h" gets all the basic stuff, so that we'll have as few system dependencies as possible. | ||
* | [PATCH] delta check | Nicolas Pitre | 2005-05-20 |
This adds knowledge of delta objects to fsck-cache and various object parsing code. A new switch to git-fsck-cache is provided to display the maximum delta depth found in a repository. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |