X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.h;h=6bbc1a82642ab9e5722cfe6ab34ec4246b3a9dd4;hb=bc9c0248a5cf184756ba562d6c452cace8863517;hp=d0b52053fff9bc463438674232bffb6024f3b1fc;hpb=60727b5800d7791e5b107620cb5b2d344cf97fe9;p=git.git diff --git a/transport.h b/transport.h index d0b52053f..6bbc1a826 100644 --- a/transport.h +++ b/transport.h @@ -25,6 +25,8 @@ struct transport { int (*disconnect)(struct transport *connection); char *pack_lockfile; signed verbose : 2; + /* Force progress even if the output is not a tty */ + unsigned progress : 1; }; #define TRANSPORT_PUSH_ALL 1