]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit3a54d80ac8a1decac6fa158175fb16f0563f5c15
treec03c5ef49769d02e8d20558ffbb8017613e38b87
parent5b476dc2f13324852d0dbf7f2e5c020d1064ac8c
parent3bbbe467f294fae8a286e47af676fa783ad970c1
Merge branch 'js/bundle-verify-require-object-store'

"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