Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/send-pack.c: use parse_options API
[gitweb.git]
/
transport.h
diff --git
a/transport.h
b/transport.h
index 18d2cf8275e1f5f6ff3d18afde55d06ed7586af9..79190df12eed2af50181218136862e5c55b39784 100644
(file)
--- a/
transport.h
+++ b/
transport.h
@@
-12,7
+12,6
@@
struct git_transport_options {
unsigned check_self_contained_and_connected : 1;
unsigned self_contained_and_connected : 1;
unsigned update_shallow : 1;
- unsigned push_cert : 1;
int depth;
const char *uploadpack;
const char *receivepack;