X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fetch-pack.h;h=fbe85ac05fd2d945d645365dc086460003fa7f27;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=a7888ea302cde44b072cc019394ae43dbb4cf95d;hpb=f1a8cc635455a65567d040349327b9ea4adb479b;p=git.git diff --git a/fetch-pack.h b/fetch-pack.h index a7888ea30..fbe85ac05 100644 --- a/fetch-pack.h +++ b/fetch-pack.h @@ -12,10 +12,14 @@ struct fetch_pack_args use_thin_pack:1, fetch_all:1, verbose:1, - no_progress:1; + no_progress:1, + include_tag:1, + stateless_rpc:1; }; struct ref *fetch_pack(struct fetch_pack_args *args, + int fd[], struct child_process *conn, + const struct ref *ref, const char *dest, int nr_heads, char **heads,