From d4c8e1164662d91e0baedc43da873e5a090cacb0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 4 Mar 2007 10:32:38 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0.2-293-g102a0 --- config.txt | 5 +++++ git-config.html | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/config.txt b/config.txt index d2b4a05ca..d20902bc3 100644 --- a/config.txt +++ b/config.txt @@ -341,6 +341,11 @@ format.headers:: Additional email headers to include in a patch to be submitted by mail. See gitlink:git-format-patch[1]. +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). + 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 diff --git a/git-config.html b/git-config.html index 0ad4eabdc..d405d5b6e 100644 --- a/git-config.html +++ b/git-config.html @@ -1022,6 +1022,16 @@ format.headers

+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). +

+
+
gc.packrefs
@@ -1469,7 +1479,7 @@ transfer.unpackLimit -- 2.26.2