Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
signed push: remove duplicated protocol info
[gitweb.git]
/
send-pack.h
diff --git
a/send-pack.h
b/send-pack.h
index 8e843924cf5beba6ee680149910cd357cffc73e3..3555d8e8adde814207e72630c0d193291d4e6c39 100644
(file)
--- a/
send-pack.h
+++ b/
send-pack.h
@@
-11,6
+11,7
@@
struct send_pack_args {
use_thin_pack:1,
use_ofs_delta:1,
dry_run:1,
+ push_cert:1,
stateless_rpc:1;
};