Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sr/vcs-helper'
[gitweb.git]
/
transport.h
diff --git
a/transport.h
b/transport.h
index 503db11701b44766716bbe435e58a69d0d36b871..9e74406fa203a59920cb24884d7893b45d876a70 100644
(file)
--- a/
transport.h
+++ b/
transport.h
@@
-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;
};