Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
smart-http: support shallow fetch/clone
[gitweb.git]
/
fetch-pack.h
diff --git
a/fetch-pack.h
b/fetch-pack.h
index ce595376b74645e06e7247ab285d8c38709347c7..ada02f51c162a72d58782f315e648f2de8340d61 100644
(file)
--- a/
fetch-pack.h
+++ b/
fetch-pack.h
@@
-23,6
+23,7
@@
struct fetch_pack_args {
unsigned check_self_contained_and_connected:1;
unsigned self_contained_and_connected:1;
unsigned cloning:1;
+ unsigned update_shallow:1;
};
/*