Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase-interactive: rewrite edit_todo_list() to handle the initial edit
[gitweb.git]
/
builtin
/
help.c
diff --git
a/builtin/help.c
b/builtin/help.c
index e0e3fe62e9e35f115179dad345d2bc3da5fbe5d0..7739a5c1551426fd2302aaf5daa10e454d174195 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;