summaryrefslogtreecommitdiff
path: root/send-pack.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-10 09:10:51 -0800
committerJunio C Hamano <gitster@pobox.com>2011-11-10 09:10:51 -0800
commitc444c16589f95ac22d8e3ffe603cd7f0613512ce (patch)
tree31d2e0c2a77344201af6f3ee5427f47218dec9bb /send-pack.h
parent77f143bf3e218857ec8e5244d7e862e8e0c1a041 (diff)
parent81b50f3ce40bfdd66e5d967bf82be001039a9a98 (diff)
downloadgit-ly/mktree-using-strbuf.tar.gz
Merge "Move 'builtin-*' into a 'builtin/' subdirectory"ly/mktree-using-strbuf
Diffstat (limited to 'send-pack.h')
-rw-r--r--send-pack.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/send-pack.h b/send-pack.h
index 83d76c7e35..28141ac913 100644
--- a/send-pack.h
+++ b/send-pack.h
@@ -3,10 +3,13 @@
struct send_pack_args {
unsigned verbose:1,
+ quiet: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,