diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-09-23 18:48:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-23 15:03:48 -0700 |
commit | f188160be9e17cba00cc4e0e501c1ab74e88fc80 (patch) | |
tree | 405e1a7ed97778c5d3e6e654d300d1e9aef30bfc /tag.h | |
parent | Git 2.33 (diff) | |
download | tgif-f188160be9e17cba00cc4e0e501c1ab74e88fc80.tar.xz |
bundle: remove ignored & undocumented "--verbose" flag
In 73c3253d75e (bundle: framework for options before bundle file,
2019-11-10) the "git bundle" command was refactored to use
parse_options(). In that refactoring it started understanding the
"--verbose" flag before the subcommand, e.g.:
git bundle --verbose verify --quiet
However, nothing ever did anything with this "verbose" variable, and
the change wasn't documented. It appears to have been something that
escaped the lab, and wasn't flagged by reviewers at the time. Let's
just remove it.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tag.h')
0 files changed, 0 insertions, 0 deletions