mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
* etc/NEWS: Improve wording of vc-git-log-output-coding-system etc.
This commit is contained in:
parent
0cd2e923db
commit
9daf1cf1dd
14
etc/NEWS
14
etc/NEWS
@ -989,13 +989,13 @@ background or to the foreground.
|
||||
|
||||
---
|
||||
*** New options for customizing encoding of Git commit log messages.
|
||||
The new options `vc-git-commits-coding-system' and
|
||||
`vc-git-log-output-coding-system' allow to customize the encoding of
|
||||
the log messages sent to Git when committing, and the decoding of the
|
||||
log messages read from Git history commands. Both default to UTF-8;
|
||||
if you customize them, make sure they are consistent with the Git
|
||||
config variables i18n.commitEncoding and i18n.logOutputEncoding.
|
||||
(`vc-git-commits-coding-system' existed previously, but was a
|
||||
The new user options 'vc-git-commits-coding-system' and
|
||||
'vc-git-log-output-coding-system' specify the encoding of log messages
|
||||
sent to Git when committing, and the decoding of log messages read
|
||||
from Git history commands. These options default to UTF-8; if
|
||||
customized, they should be consistent with the Git config variables
|
||||
i18n.commitEncoding and i18n.logOutputEncoding.
|
||||
('vc-git-commits-coding-system' existed previously, but was a
|
||||
variable, not a user option.)
|
||||
|
||||
+++
|
||||
|
Loading…
Reference in New Issue
Block a user