diff options
author | Tom Prince <tom.prince@ualberta.net> | 2007-01-29 01:16:53 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-29 01:16:53 +0100 |
commit | e0d10e1c63bc52b37bbec99b07deee794058d9b4 (patch) | |
tree | 6fa070c660ff481e226b10aadbec5b7bb3b95cc7 /gitk | |
parent | Heavily expanded update hook to send more useful emails than the old hook (diff) | |
download | git-e0d10e1c63bc52b37bbec99b07deee794058d9b4.tar.xz git-e0d10e1c63bc52b37bbec99b07deee794058d9b4.zip |
[PATCH] Rename git-repo-config to git-config.
Signed-off-by: Tom Prince <tom.prince@ualberta.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitk')
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |