projects
/
gitk
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5024baa
)
Change git repo-config to git config
author
Paul Mackerras
<paulus@samba.org>
Wed, 14 Feb 2007 21:54:34 +0000
(08:54 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 14 Feb 2007 21:54:34 +0000
(08:54 +1100)
This is the gitk part of
e0d10e1c63bc52b37bbec99b07deee794058d9b4
from Tom Prince.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index 031c829f267d5926ebdf689fea1d8cc1c79cb141..31d0aad4502f09e26343525f985b4afffe057955 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-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"