diff options
author | Paul Mackerras <paulus@samba.org> | 2007-02-15 08:54:34 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-15 08:54:34 +1100 |
commit | 27cb61ca14c05303d8aad2f17136f2e9f0c5fd2b (patch) | |
tree | a5b4ed5b0f7073c35c0c2615d221edb731f367ee | |
parent | [PATCH] Make gitk work when launched in a subdirectory (diff) | |
download | tgif-27cb61ca14c05303d8aad2f17136f2e9f0c5fd2b.tar.xz |
Change git repo-config to git config
This is the gitk part of e0d10e1c63bc52b37bbec99b07deee794058d9b4
from Tom Prince.
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |