]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/bundle-verify-require-object-store' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:09 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:10 +0000 (14:27 -0700)
commitabbd50428e1215933f83a458f2842f5a6e0a21ee
treec619e0ceb25967a413f9cc0bce1676fec9ffc01f
parent5bbbd576f5f9048200324424726daf4cc004ab3a
parent3bbbe467f294fae8a286e47af676fa783ad970c1
Merge branch 'js/bundle-verify-require-object-store' into maint

"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