X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=checkout-cache.c;h=31ff577500bf07ec67a16ac00b91808bfa913c12;hb=1eb446fa9fe66df037b416d2fb3c44cf36250354;hp=d6c4ff104259789d1e0ed812a0d90394e3c332dd;hpb=89ab859e9452cbc8f1f15afab52257e9b789c899;p=git.git diff --git a/checkout-cache.c b/checkout-cache.c index d6c4ff10..31ff5775 100644 --- a/checkout-cache.c +++ b/checkout-cache.c @@ -75,13 +75,14 @@ static int checkout_all(void) return 0; } -static const char *checkout_cache_usage = +static const char checkout_cache_usage[] = "git-checkout-cache [-u] [-q] [-a] [-f] [-n] [--prefix=] [--] ..."; +static struct cache_file cache_file; + int main(int argc, char **argv) { int i, force_filename = 0; - struct cache_file cache_file; int newfd = -1; if (read_cache() < 0) {