Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-email: explicitly disable authentication
[gitweb.git]
/
builtin
/
help.c
diff --git
a/builtin/help.c
b/builtin/help.c
index 8d4f6dd30152e70d1379a956793b1086fba7f5b6..d83dac283996e59b2012ed3e17f0271f93204212 100644
(file)
--- a/
builtin/help.c
+++ b/
builtin/help.c
@@
-38,7
+38,7
@@
static const char *html_path;
static int show_all = 0;
static int show_guides = 0;
static int show_config;
-static int verbose;
+static int verbose
= 1
;
static unsigned int colopts;
static enum help_format help_format = HELP_FORMAT_NONE;
static int exclude_guides;