From b1aafd50e49c781375d43473370e4ba2aacc38ad Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Dec 2018 15:20:11 +0800 Subject: [PATCH] Update commit.tpl --- plugins/csvn/hook/commit.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/csvn/hook/commit.tpl b/plugins/csvn/hook/commit.tpl index 552ad0a60..4bc41df69 100755 --- a/plugins/csvn/hook/commit.tpl +++ b/plugins/csvn/hook/commit.tpl @@ -1,5 +1,8 @@ #!/bin/bash +export LC_ALL=en_US.UTF-8 +export LC_CTYPE=zh_CN.UTF-8 + REPOS="$1" REV="$2"