summaryrefslogtreecommitdiff
path: root/check-files.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-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 scriptingLinus Torvalds2005-04-121-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).