revert/cherry-pick: handle single quote in author name.
The same fix as aa66c7ec77
is
needed here.
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
parent
5f815e5922
commit
013049c985
|
@ -93,6 +93,7 @@ revert)
|
||||||
cherry-pick)
|
cherry-pick)
|
||||||
pick_author_script='
|
pick_author_script='
|
||||||
/^author /{
|
/^author /{
|
||||||
|
s/'\''/'\''\\'\'\''/g
|
||||||
h
|
h
|
||||||
s/^author \([^<]*\) <[^>]*> .*$/\1/
|
s/^author \([^<]*\) <[^>]*> .*$/\1/
|
||||||
s/'\''/'\''\'\'\''/g
|
s/'\''/'\''\'\'\''/g
|
||||||
|
|
Loading…
Reference in New Issue