Code

Fix compilation when NO_CURL is defined
[git.git] / transport.h
index 6e318e4e8c7ff8e345fd54cacf70fa615cf1920a..4bb51d7b7f572b2f324e3ba8d1068bc4f5883b1d 100644 (file)
@@ -24,7 +24,7 @@ struct transport {
 
        int (*disconnect)(struct transport *connection);
        char *pack_lockfile;
-       unsigned verbose : 1;
+       signed verbose : 2;
 };
 
 #define TRANSPORT_PUSH_ALL 1