Noticed by Kyle McMartin. Signed-off-by: Junio C Hamano <junkio@cox.net>
@ -165,6 +165,7 @@ then
then
pick_author_script='
/^author /{
s/'\''/'\''\\'\'\''/g
h
s/^author \([^<]*\) <[^>]*> .*$/\1/
s/'\''/'\''\'\'\''/g
@ -173,6 +173,7 @@ titleScript='
whosepatchScript='
s/author \(.*>\) \(.*\)$/au='\''\1'\'' ad='\''\2'\''/p
q
}'