rebase -i: use full onto sha1 in reflog
[gitweb.git] / fetch-pack.h
index 8bd9c32561e79d194d27fa10cc98a26aa2cb673c..7c2069c97234453cb6a0a774c1859b7055b791d8 100644 (file)
@@ -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;
@@ -11,9 +10,11 @@ struct fetch_pack_args
                lock_pack:1,
                use_thin_pack:1,
                fetch_all:1,
+               stdin_refs:1,
                verbose:1,
                no_progress:1,
-               include_tag:1;
+               include_tag:1,
+               stateless_rpc:1;
 };
 
 struct ref *fetch_pack(struct fetch_pack_args *args,