]> git.ipfire.org Git - thirdparty/git.git/commit - bundle.c
bundle: add flags to verify_bundle()
authorDerrick Stolee <derrickstolee@github.com>
Wed, 12 Oct 2022 12:52:37 +0000 (12:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Oct 2022 16:13:25 +0000 (09:13 -0700)
commit89bd7fedf947484da08e2722d663fdac23a431be
tree3b293a3fd460a91bc59ae0511338348f3a5c2aec
parentc23f592117bac30765ca22545386c3e9304da803
bundle: add flags to verify_bundle()

The verify_bundle() method has a 'verbose' option, but we will want to
extend this method to have more granular control over its output. First,
replace this 'verbose' option with a new 'flags' option with a single
possible value: VERIFY_BUNDLE_VERBOSE.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bundle.c
bundle-uri.c
bundle.c
bundle.h
transport.c