From: Junio C Hamano Date: Fri, 29 Dec 2006 05:18:33 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc0-geff7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=47529158e1d8cee22e7d88b77deba7ebbd04eff5;p=git.git Autogenerated man pages for v1.5.0-rc0-geff7 --- diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 61b9fa292..4d4ecd3ef 100644 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -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