author | Junio C Hamano <gitster@pobox.com> | |
Fri, 14 Sep 2007 05:30:45 +0000 (22:30 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 14 Sep 2007 07:49:12 +0000 (00:49 -0700) | ||
commit | 8419d2ee9ba8b375186a5c1019df8dfbce610aba | |
tree | 5619415ad270cb79f76656634249d8889096a800 | tree | snapshot |
parent | 767c98a5929b02152c8904a09f1eabbf8d386395 | commit | diff |
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>
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 | diff | blob | history |