]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/bundle-outside-repo-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Aug 2024 19:02:24 +0000 (12:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Aug 2024 19:02:24 +0000 (12:02 -0700)
"git bundle unbundle" outside a repository triggered a BUG()
unnecessarily, which has been corrected.

* ps/bundle-outside-repo-fix:
  bundle: default to SHA1 when reading bundle headers
  builtin/bundle: have unbundle check for repo before opening its bundle


Trivial merge