diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-24 21:28:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-24 21:28:07 -0700 |
commit | dc844aaad83ede855fccc9af9b555796c9c758ad (patch) | |
tree | 4d538b75adbd4c205addcea9c04dcf1beb44da94 /checkout-index.c | |
parent | Merge branch 'master' into next (diff) | |
parent | index: make the index file format extensible. (diff) | |
download | tgif-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.c | 1 |
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; |