diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-01-07 21:32:48 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-01-07 21:32:48 -0800 |
| commit | 8fc11b5aa98540f7caab87e22e5aae63512893a2 (patch) | |
| tree | 42cc20556d8b4766d9a0adbcc2e32de22b9fc6c9 /git-revert.sh | |
| parent | GIT 1.0.7 (diff) | |
| parent | mailsplit: allow empty input from stdin (diff) | |
| download | git-1.0.8.tar.gz git-1.0.8.zip | |
GIT 1.0.8v1.0.8
Diffstat (limited to 'git-revert.sh')
| -rwxr-xr-x | git-revert.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-revert.sh b/git-revert.sh index 63d201be1b..2c5870684c 100755 --- a/git-revert.sh +++ b/git-revert.sh @@ -93,6 +93,7 @@ revert) cherry-pick) pick_author_script=' /^author /{ + s/'\''/'\''\\'\'\''/g h s/^author \([^<]*\) <[^>]*> .*$/\1/ s/'\''/'\''\'\'\''/g |
