mirror of
https://github.com/git/git.git
synced 2024-11-28 12:34:08 +08:00
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>
This commit is contained in:
parent
5f815e5922
commit
013049c985
@ -93,6 +93,7 @@ revert)
|
||||
cherry-pick)
|
||||
pick_author_script='
|
||||
/^author /{
|
||||
s/'\''/'\''\\'\'\''/g
|
||||
h
|
||||
s/^author \([^<]*\) <[^>]*> .*$/\1/
|
||||
s/'\''/'\''\'\'\''/g
|
||||
|
Loading…
Reference in New Issue
Block a user