diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-10 09:10:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-10 09:10:51 -0800 |
commit | c444c16589f95ac22d8e3ffe603cd7f0613512ce (patch) | |
tree | 31d2e0c2a77344201af6f3ee5427f47218dec9bb /send-pack.h | |
parent | 77f143bf3e218857ec8e5244d7e862e8e0c1a041 (diff) | |
parent | 81b50f3ce40bfdd66e5d967bf82be001039a9a98 (diff) | |
download | git-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.h | 5 |
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, |