Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make sure lockfiles are unlocked when dying on SIGPIPE
[gitweb.git]
/
send-pack.h
diff --git
a/send-pack.h
b/send-pack.h
index 7a24f71c77b1a1d700171bdf088a3c3c7527c6ae..8ff1dc35390083c3648c4ee5790f35633d956069 100644
(file)
--- a/
send-pack.h
+++ b/
send-pack.h
@@
-5,6
+5,7
@@
struct send_pack_args {
const char *receivepack;
unsigned verbose:1,
send_all:1,
+ send_mirror:1,
force_update:1,
use_thin_pack:1,
dry_run:1;