Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/submodule-update-in-c'
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 4d014541ab7bc7692919c871a5306543bbf361c5..b7166e45ed8c20c627dc741e4b66fa4201c8ec53 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1518,6
+1518,7
@@
struct checkout {
unsigned force:1,
quiet:1,
not_new:1,
+ clone:1,
refresh_cache:1;
};
#define CHECKOUT_INIT { NULL, "" }