Home Explore Blog CI



git

1st chunk of `Documentation/config/i18n.adoc`
6e2b10be0264cc4630c7c5bc59175782cabe60cd0af72b5700000001000001d9
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.

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.