commit | bad68ec92410cf47dd001aa9b95d0f24c5f4bf77 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Apr 24 21:18:58 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Mon Apr 24 21:24:13 2006 -0700 |
tree | 9c3ef1388867852e706dbf9a4ba9cc6a8ec15bfe | |
parent | dd0c34c46bdda0c20fd92d00516e711a4c9f7837 [diff] [blame] |
index: make the index file format extensible. ... and move the cache-tree data into it. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/checkout-index.c b/checkout-index.c index dd6a2d8..e56c354 100644 --- a/checkout-index.c +++ b/checkout-index.c
@@ -39,6 +39,7 @@ #include "cache.h" #include "strbuf.h" #include "quote.h" +#include "cache-tree.h" #define CHECKOUT_ALL 4 static const char *prefix;