From bb233d690a9782e1570dc93ead2bf04aaca7cfe4 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 21 Apr 2005 10:55:18 -0700 Subject: Add support for a "GIT_INDEX_FILE" environment variable. We use that to specify alternative index files, which can be useful if you want to (for example) generate a temporary index file to do some specific operation that you don't want to mess with your main one with. It defaults to the regular ".git/index" if it hasn't been specified. --- checkout-cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'checkout-cache.c') diff --git a/checkout-cache.c b/checkout-cache.c index 972b1f776e..f65be62b4a 100644 --- a/checkout-cache.c +++ b/checkout-cache.c @@ -32,8 +32,6 @@ * of "-a" causing problems (not possible in the above example, * but get used to it in scripting!). */ -#include - #include "cache.h" static int force = 0, quiet = 0; -- cgit v1.3