Autogenerated man pages for v1.5.0-rc0-geff7
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 29 Dec 2006 05:18:33 +0000 (05:18 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 29 Dec 2006 05:18:33 +0000 (05:18 +0000)
man1/git-repo-config.1

index 61b9fa292d5c3bf6cb93db1c2b183c4faf6aebe7..4d4ecd3efe35ddf2fb9ac69098314ec4fe195f0a 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-REPO\-CONFIG" "1" "12/27/2006" "" ""
+.TH "GIT\-REPO\-CONFIG" "1" "12/29/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -335,6 +335,9 @@ A boolean which disables using of EPSV ftp command by curl. This can helpful wit
 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 at other places in the future or in other porcelains). See e.g. \fBgit\-mailinfo\fR(1). Defaults to \fIutf\-8\fR.
 .TP
+i18n.logOutputEncoding
+Character encoding the commit messages are converted to when running git\-log and friends.
+.TP
 log.showroot
 If true, the initial commit will be shown as a big creation event. This is equivalent to a diff against an empty tree. Tools like \fBgit\-log\fR(1) or \fBgit\-whatchanged\fR(1), which normally hide the root commit will now show it. True by default.
 .TP