merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
15
third_party/git/t/t5100-mailinfo.sh
vendored
15
third_party/git/t/t5100-mailinfo.sh
vendored
|
|
@ -213,4 +213,19 @@ test_expect_failure 'mailinfo -b separated double [PATCH]' '
|
|||
test z"$subj" = z"Subject: [other] message"
|
||||
'
|
||||
|
||||
test_expect_success 'mailinfo handles unusual header whitespace' '
|
||||
git mailinfo /dev/null /dev/null >actual <<-\EOF &&
|
||||
From:Real Name <user@example.com>
|
||||
Subject: extra spaces
|
||||
EOF
|
||||
|
||||
cat >expect <<-\EOF &&
|
||||
Author: Real Name
|
||||
Email: user@example.com
|
||||
Subject: extra spaces
|
||||
|
||||
EOF
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue