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:
Junio C Hamano 2006-01-07 20:45:11 -08:00
Родитель 5f815e5922
Коммит 013049c985
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -93,6 +93,7 @@ revert)
cherry-pick)
pick_author_script='
/^author /{
s/'\''/'\''\\'\'\''/g
h
s/^author \([^<]*\) <[^>]*> .*$/\1/
s/'\''/'\''\'\'\''/g