X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fgitview%2Fgitview;h=521b2fcd32da4103d0c916af0ae44fbe53ed282a;hb=3eee9c6dbebcf6341ad202f7dd4d416ef3fcba5e;hp=3b6bdceeeb20daf3242cf98d12f8f4d94cffc6e8;hpb=b642d9ef643371990c0a921836f2a074d48ce1b3;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 == ""):