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>
main
parent
5024baa437
commit
27cb61ca14
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue