Home Explore Blog CI



git

Documentation/config/i18n.adoc
a9634c663d4cc9d6e7d514fd31c25f6c96405a462a40f9b900000003000001d9
i18n.commitEncoding::
	Character encoding the commit messages are stored in; Git itself
	does not care per se, but this information is necessary e.g. when
	importing commits from emails or in the gitk graphical history
	browser (and possibly in other places in the future or in other
	porcelains). See e.g. linkgit:git-mailinfo[1]. Defaults to 'utf-8'.

i18n.logOutputEncoding::
	Character encoding the commit messages are converted to when
	running 'git log' and friends.

Chunks
6e2b10be (1st chunk of `Documentation/config/i18n.adoc`)
Title: Internationalization Encoding Settings
Summary
Configuration settings for character encoding in Git, including commit message storage and log output encoding, with default set to 'utf-8', used for importing commits from emails, gitk graphical history browser, and potentially other applications, allowing for consistent and proper display of commit messages.