mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
f357e5de31
rfc2822 has provisions for quoted strings in structured header fields, but also allows for escaping these with so-called quoted-pairs. The only thing git currently does is removing exterior quotes, but quotes within are left alone. Remove exterior quotes and remove escape characters so that they don't show up in the author field. Signed-off-by: Kevin Daudt <me@ikke.info> Signed-off-by: Junio C Hamano <gitster@pobox.com>
5 lines
129 B
Text
5 lines
129 B
Text
Author: Author "The Author" Name
|
|
Email: somebody@example.com
|
|
Subject: testing quoted-pair
|
|
Date: Sun, 25 May 2008 00:38:18 -0700
|
|
|