]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/mailinfo-iterative-unquote-comment'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2023 22:52:26 +0000 (14:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2023 22:52:26 +0000 (14:52 -0800)
commit9df9e3770a15b47e48f8218eed6d68ebcb5eed6c
treeff84f3faaf9aff72b00c7b7229509e4ecfae2d9e
parentf6a129ceaf0b9a1e294fcb5abdaad3885b3a391d
parentdee182941fb685f5d85e61a0e9d97e8e91512f6c
Merge branch 'jk/mailinfo-iterative-unquote-comment'

The code to parse the From e-mail header has been updated to avoid
recursion.

* jk/mailinfo-iterative-unquote-comment:
  mailinfo: avoid recursion when unquoting From headers
  t5100: make rfc822 comment test more careful
mailinfo.c