Browse Source

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>
maint
Paul Mackerras 18 years ago
parent
commit
27cb61ca14
  1. 2
      gitk

2
gitk

@ -6193,7 +6193,7 @@ set wrcomcmd "git diff-tree --stdin -p --pretty" @@ -6193,7 +6193,7 @@ set wrcomcmd "git diff-tree --stdin -p --pretty"

set gitencoding {}
catch {
set gitencoding [exec git repo-config --get i18n.commitencoding]
set gitencoding [exec git config --get i18n.commitencoding]
}
if {$gitencoding == ""} {
set gitencoding "utf-8"

Loading…
Cancel
Save