Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
quote_path_relative(): remove redundant parameter
[gitweb.git]
/
send-pack.h
diff --git
a/send-pack.h
b/send-pack.h
index 83d76c7e35183ded9eec5a56c59d4da549c0b584..05d7ab118b3e1473cdf559d3f6337b26bb9aac81 100644
(file)
--- a/
send-pack.h
+++ b/
send-pack.h
@@
-3,10
+3,15
@@
struct send_pack_args {
unsigned verbose:1,
+ quiet:1,
+ porcelain:1,
+ progress:1,
send_mirror:1,
force_update:1,
use_thin_pack:1,
- dry_run:1;
+ use_ofs_delta:1,
+ dry_run:1,
+ stateless_rpc:1;
};
int send_pack(struct send_pack_args *args,