summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf995ed)
raw | patch | inline | side by side (parent: cf995ed)
author | David Rientjes <rientjes@google.com> | |
Mon, 14 Aug 2006 20:20:12 +0000 (13:20 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 15 Aug 2006 01:59:03 +0000 (18:59 -0700) |
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-checkout-index.c | patch | blob | history |
index 8d0dbad49ecd61edf8bdadc24e23e52d31d961a3..6b55f931cbd8b79a01057b55eb41a043a4db5e3b 100644 (file)
--- a/builtin-checkout-index.c
+++ b/builtin-checkout-index.c
return -1;
}
-static int checkout_all(const char *prefix, int prefix_length)
+static void checkout_all(const char *prefix, int prefix_length)
{
int i, errs = 0;
struct cache_entry* last_ce = NULL;
* exit with the same code as die().
*/
exit(128);
- return 0;
}
static const char checkout_cache_usage[] =