Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add function check_ok_to_remove()
[gitweb.git]
/
send-pack.h
diff --git
a/send-pack.h
b/send-pack.h
index 8b3cf028ed1c54f8a513ad0bcddc847ad47fe602..60b4ba66eb8cac3378326378dc4e0cbdb88162ac 100644
(file)
--- a/
send-pack.h
+++ b/
send-pack.h
@@
-4,11
+4,13
@@
struct send_pack_args {
unsigned verbose:1,
quiet:1,
+ porcelain:1,
send_mirror:1,
force_update:1,
use_thin_pack:1,
use_ofs_delta:1,
- dry_run:1;
+ dry_run:1,
+ stateless_rpc:1;
};
int send_pack(struct send_pack_args *args,