Code

Merge branch 'sr/vcs-helper'
[git.git] / transport.h
index 503db11701b44766716bbe435e58a69d0d36b871..9e74406fa203a59920cb24884d7893b45d876a70 100644 (file)
@@ -62,7 +62,7 @@ struct transport {
         **/
        int (*disconnect)(struct transport *connection);
        char *pack_lockfile;
-       signed verbose : 2;
+       signed verbose : 3;
        /* Force progress even if the output is not a tty */
        unsigned progress : 1;
 };