Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git p4: implement view spec wildcards with "p4 where"
[gitweb.git]
/
transport.h
diff --git
a/transport.h
b/transport.h
index 15f6f6ef5c58d392a38f18a7d0d8ca3c42526237..ea70ea7e4a1b61c3006c614712ddd1aa41205ac6 100644
(file)
--- a/
transport.h
+++ b/
transport.h
@@
-8,6
+8,8
@@
struct git_transport_options {
unsigned thin : 1;
unsigned keep : 1;
unsigned followtags : 1;
+ unsigned check_self_contained_and_connected : 1;
+ unsigned self_contained_and_connected : 1;
int depth;
const char *uploadpack;
const char *receivepack;