Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] Consolidate the error handling | Petr Baudis | 2005-04-13 | 1 | -4/+4 |
| | | | | | | | Now there is error() for "library" errors and die() for fatal "application" errors. usage() is now used strictly only for usage errors. Signed-off-by: Petr Baudis <pasky@ucw.cz> | ||||
* | Add a "check-files" command, which is useful for scripting | Linus Torvalds | 2005-04-12 | 1 | -0/+47 |
patches. In particular, it verifies that all the listed files are up-to-date in the cache (or don't exist and are ready to be added). |