Change git repo-config to git config
This is the gitk part of e0d10e1c63
from Tom Prince.
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
2
gitk
2
gitk
@ -6193,7 +6193,7 @@ set wrcomcmd "git diff-tree --stdin -p --pretty"
|
|||||||
|
|
||||||
set gitencoding {}
|
set gitencoding {}
|
||||||
catch {
|
catch {
|
||||||
set gitencoding [exec git repo-config --get i18n.commitencoding]
|
set gitencoding [exec git config --get i18n.commitencoding]
|
||||||
}
|
}
|
||||||
if {$gitencoding == ""} {
|
if {$gitencoding == ""} {
|
||||||
set gitencoding "utf-8"
|
set gitencoding "utf-8"
|
||||||
|
Reference in New Issue
Block a user