X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-revert.sh;h=4154fe0d15456697185115c70ac6df59eabd2869;hb=3dd94e3b2e2f5b00512273f96ab5628c742c112c;hp=dfd914cf561c10f92ef2f3207446800de70c4834;hpb=e2f5f6ef6795c880a2f13ea472b96704b4a4ca94;p=git.git diff --git a/git-revert.sh b/git-revert.sh index dfd914cf..4154fe0d 100755 --- a/git-revert.sh +++ b/git-revert.sh @@ -112,7 +112,7 @@ cherry-pick) q }' set_author_env=`git-cat-file commit "$commit" | - sed -ne "$pick_author_script"` + LANG=C LC_ALL=C sed -ne "$pick_author_script"` eval "$set_author_env" export GIT_AUTHOR_NAME export GIT_AUTHOR_EMAIL