diff options
Diffstat (limited to 'fetch-pack.h')
-rw-r--r-- | fetch-pack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetch-pack.h b/fetch-pack.h index 8bd9c32561..0608edae3f 100644 --- a/fetch-pack.h +++ b/fetch-pack.h @@ -1,8 +1,7 @@ #ifndef FETCH_PACK_H #define FETCH_PACK_H -struct fetch_pack_args -{ +struct fetch_pack_args { const char *uploadpack; int unpacklimit; int depth; @@ -13,7 +12,8 @@ struct fetch_pack_args fetch_all:1, verbose:1, no_progress:1, - include_tag:1; + include_tag:1, + stateless_rpc:1; }; struct ref *fetch_pack(struct fetch_pack_args *args, |