Code

git-format-patch --in-reply-to: accept <message@id> with angle brackets
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2007 05:30:45 +0000 (22:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2007 07:49:12 +0000 (00:49 -0700)
commit8419d2ee9ba8b375186a5c1019df8dfbce610aba
tree5619415ad270cb79f76656634249d8889096a800
parent767c98a5929b02152c8904a09f1eabbf8d386395
git-format-patch --in-reply-to: accept <message@id> with angle brackets

This will allow RFC-literate users to say:

format-patch --in-reply-to='<message.id@site.name>'

without forcing them to strip the surrounding angle brackets
like this:

format-patch --in-reply-to='message.id@site.name'

We accept both forms, and the latter gets necessary < and >
around it as before.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c