Skip to content

Commit 0a2b53c

Browse files
committed
Merge branch 'ab/bundle-remove-verbose-option'
Doc update. * ab/bundle-remove-verbose-option: bundle: remove ignored & undocumented "--verbose" flag
2 parents 6535102 + f188160 commit 0a2b53c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builtin/bundle.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ static const char * const builtin_bundle_unbundle_usage[] = {
3939
NULL
4040
};
4141

42-
static int verbose;
43-
4442
static int parse_options_cmd_bundle(int argc,
4543
const char **argv,
4644
const char* prefix,
@@ -197,7 +195,6 @@ static int cmd_bundle_unbundle(int argc, const char **argv, const char *prefix)
197195
int cmd_bundle(int argc, const char **argv, const char *prefix)
198196
{
199197
struct option options[] = {
200-
OPT__VERBOSE(&verbose, N_("be verbose; must be placed before a subcommand")),
201198
OPT_END()
202199
};
203200
int result;

0 commit comments

Comments
 (0)