Autogenerated man pages for v1.5.0.2-293-g102a0
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 4 Mar 2007 10:32:44 +0000 (10:32 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 4 Mar 2007 10:32:44 +0000 (10:32 +0000)
man1/git-config.1

index f3bb8178397a5208831a47e3a33df908a481a818..dba17d020b028cba407870707bbe0658043387d1 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\-CONFIG" "1" "03/02/2007" "" ""
+.TH "GIT\-CONFIG" "1" "03/04/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -357,6 +357,9 @@ If the number of objects fetched over the git native transfer is below this limi
 format.headers
 Additional email headers to include in a patch to be submitted by mail. See \fBgit\-format\-patch\fR(1).
 .TP
+format.suffix
+The default for format\-patch is to output files with the suffix .patch. Use this variable to change that suffix (make sure to include the dot if you want it).
+.TP
 gc.packrefs
 git gc does not run git pack\-refs in a bare repository by default so that older dumb\-transport clients can still fetch from the repository. Setting this to true lets git gc to run git pack\-refs. Setting this to false tells git gc never to run git pack\-refs. The default setting is notbare. Enable it only when you know you do not have to support such clients. The default setting will change to true at some stage, and setting this to false will continue to prevent git pack\-refs from being run from git gc.
 .TP