From: Junio C Hamano Date: Sun, 4 Mar 2007 10:32:44 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0.2-293-g102a0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8bb580a9b9d4455ad8b4d42aebbb784cda6d6e71;p=git.git Autogenerated man pages for v1.5.0.2-293-g102a0 --- diff --git a/man1/git-config.1 b/man1/git-config.1 index f3bb81783..dba17d020 100644 --- a/man1/git-config.1 +++ b/man1/git-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\-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