Skip to content

Commit

Permalink
revert/cherry-pick: handle single quote in author name.
Browse files Browse the repository at this point in the history
The same fix as aa66c7e is
needed here.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 8, 2006
1 parent 5f815e5 commit 013049c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-revert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ revert)
cherry-pick)
pick_author_script='
/^author /{
s/'\''/'\''\\'\'\''/g
h
s/^author \([^<]*\) <[^>]*> .*$/\1/
s/'\''/'\''\'\'\''/g
Expand Down

0 comments on commit 013049c

Please sign in to comment.