summaryrefslogtreecommitdiff
path: root/check-files.c
AgeCommit message (Collapse)Author
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
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>
2005-04-12Add a "check-files" command, which is useful for scriptingLinus Torvalds
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).