Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Mediawiki
[gitweb.git]
/
transport.h
diff --git
a/transport.h
b/transport.h
index fcb1d25d96a750c171c4341a9c5f08992915fb6b..4edebc535583f655cc120d169677ea221af554b3 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;