X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fgitview%2Fgitview;h=521b2fcd32da4103d0c916af0ae44fbe53ed282a;hb=fbe3d87e5fcef2e0fff41c3b0589331c889dfb59;hp=3b6bdceeeb20daf3242cf98d12f8f4d94cffc6e8;hpb=210a0be504829bad5a2821488d3c25cc406fed4a;p=git.git diff --git a/contrib/gitview/gitview b/contrib/gitview/gitview index 3b6bdceee..521b2fcd3 100755 --- a/contrib/gitview/gitview +++ b/contrib/gitview/gitview @@ -497,7 +497,7 @@ class GitView: fp.close() def get_encoding(self): - fp = os.popen("git repo-config --get i18n.commitencoding") + fp = os.popen("git config --get i18n.commitencoding") self.encoding=string.strip(fp.readline()) fp.close() if (self.encoding == ""):