mirror of https://github.com/git/git.git
Browse Source
Change the assertions added in bf3ff338a2
(parse-options: stop
abusing 'callback' for lowlevel callbacks, 2019-01-27) to use optbug()
instead of BUG(). At this point we're looping over individual options,
so if we encounter any issues we'd like to report the offending option.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pull/1271/merge


1 changed files with 9 additions and 8 deletions
Loading…
Reference in new issue