Skip to content

Commit

Permalink
Change git repo-config to git config
Browse files Browse the repository at this point in the history
This is the gitk part of e0d10e1
from Tom Prince.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Feb 14, 2007
1 parent 5024baa commit 27cb61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27cb61c

Please sign in to comment.