]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4030-diff-textconv.sh
Merge branch 'ab/pack-stdin-packs-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:35 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:36 +0000 (13:51 -0700)
commit0a15e94e1065419da3ad1bab3b79501a90cf2777
treef5b46f033fcc68c01b41b234debf8695ce566f11
parenta02d78c4aef0b2268846b8aebab1b93788e18967
parent561fa03529202a36e0d77548fdcb5d81422c1865
Merge branch 'ab/pack-stdin-packs-fix' into maint

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