]> git.ipfire.org Git - thirdparty/git.git/commit
git.el: Set the default commit coding system from the repository config.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 28 Feb 2007 19:59:48 +0000 (20:59 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Feb 2007 20:39:14 +0000 (12:39 -0800)
commit14b4f2dbd10c0c5f25ed7804eb5e803637231b32
treedd58652d2a7a24466b973181dafd2a72f8dc1b2f
parenta94f457e89f78a5a15e63417abdb281ce655f986
git.el: Set the default commit coding system from the repository config.

If not otherwise specified, take the default coding system for commits
from the 'i18n.commitencoding' repository configuration value.

Also set the buffer-file-coding-system variable in the log buffer to
make the selected coding system visible on the modeline.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git.el