Skip to content

Commit 27cb61c

Browse files
committed
Change git repo-config to git config
This is the gitk part of e0d10e1 from Tom Prince. Signed-off-by: Paul Mackerras <[email protected]>
1 parent 5024baa commit 27cb61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6193,7 +6193,7 @@ set wrcomcmd "git diff-tree --stdin -p --pretty"
61936193

61946194
set gitencoding {}
61956195
catch {
6196-
set gitencoding [exec git repo-config --get i18n.commitencoding]
6196+
set gitencoding [exec git config --get i18n.commitencoding]
61976197
}
61986198
if {$gitencoding == ""} {
61996199
set gitencoding "utf-8"

0 commit comments

Comments
 (0)