Merge branch 'js/bundle-verify-require-object-store'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2019 17:15:16 +0000 (10:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2019 17:15:16 +0000 (10:15 -0700)
"git bundle verify" needs to see if prerequisite objects exist in
the receiving repository, but the command did not check if we are
in a repository upfront, which has been corrected.

* js/bundle-verify-require-object-store:
bundle verify: error out if called without an object database

Trivial merge