help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cyrillic VC Git commit messages


From: Nikolay Kudryavtsev
Subject: Re: Cyrillic VC Git commit messages
Date: Fri, 21 Nov 2014 16:21:28 +0300
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

   http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01274.html
Seen this before sending my question. Taking .gitcofig settings into account would break my workaround.

and perhaps also a bug in git.
From what I read on the msysgit wiki, it seems that the developers consider this a feature.

To work around, try this in your ~/.emacs:

   (add-to-list process-coding-system-alist
                '("[gG][iI][tT]" windows-1251 . utf-8))
This would not work, because vc-git-commits-coding-system is always used instead. And vc-git-commits-coding-system only accepts a single coding system.

--
Best Regards,
Nikolay Kudryavtsev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]