]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/pack-stdin-packs-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:36 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:36 +0000 (15:32 -0700)
commit5c933f0155959452f299cd4a0a65fe22b5c239be
tree50e1e5dc7b95015bb00fb0e3de232b6118c14faf
parente48a623dea0c9170e4daa5e27e5bbc3f1ce84354
parent561fa03529202a36e0d77548fdcb5d81422c1865
Merge branch 'ab/pack-stdin-packs-fix'

Input validation of "git pack-objects --stdin-packs" has been
corrected.

* ab/pack-stdin-packs-fix:
  pack-objects: fix segfault in --stdin-packs option
  pack-objects tests: cover blindspots in stdin handling