Variable: vc-git-log-output-coding-system
vc-git-log-output-coding-system is a customizable variable defined in
vc-git.el.gz.
Value
utf-8
Documentation
Default coding system for receiving log output from Git.
Should be consistent with the Git config value i18n.logOutputEncoding.
This variable was added, or its default value changed, in Emacs 25.1.
Probably introduced at or before Emacs version 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defcustom vc-git-log-output-coding-system 'utf-8
"Default coding system for receiving log output from Git.
Should be consistent with the Git config value i18n.logOutputEncoding."
:type '(coding-system :tag "Coding system to decode Git log output")
:version "25.1")