summaryrefslogtreecommitdiff
path: root/checkout-index.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-24 21:28:07 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-24 21:28:07 -0700
commitdc844aaad83ede855fccc9af9b555796c9c758ad (patch)
tree4d538b75adbd4c205addcea9c04dcf1beb44da94 /checkout-index.c
parentMerge branch 'master' into next (diff)
parentindex: make the index file format extensible. (diff)
downloadtgif-dc844aaad83ede855fccc9af9b555796c9c758ad.tar.xz
Merge branch 'jc/cache-tree' into next
* jc/cache-tree: index: make the index file format extensible. cache-tree: protect against "git prune". Add test-dump-cache-tree
Diffstat (limited to 'checkout-index.c')
-rw-r--r--checkout-index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkout-index.c b/checkout-index.c
index dd6a2d86fe..e56c354f8c 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;