From 8c5802d61d9a556dee3e457a8bde52a54cc636e7 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Thu, 15 Nov 2007 00:13:36 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3.5-721-g039b
---
config.txt | 6 ++++++
git-config.html | 13 ++++++++++++-
git-cvsexportcommit.html | 32 ++++++++++++++++++++++++++------
git-cvsexportcommit.txt | 22 +++++++++++++++++-----
git-format-patch.html | 22 ++++++++++++++++------
git-format-patch.txt | 13 +++++++++----
git-rev-list.html | 15 ++++++++++++++-
git-rev-list.txt | 9 +++++++++
user-manual.html | 4 ++--
user-manual.txt | 4 ++--
10 files changed, 113 insertions(+), 27 deletions(-)
diff --git a/config.txt b/config.txt
index 8d5d20058..6dc9f3ed0 100644
--- a/config.txt
+++ b/config.txt
@@ -432,6 +432,12 @@ fetch.unpackLimit::
pack from a push can make the push operation complete faster,
especially on slow filesystems.
+format.numbered::
+ A boolean which can enable sequence numbers in patch subjects.
+ Seting this option to "auto" will enable it only if there is
+ more than one patch. See --numbered option in
+ gitlink:git-format-patch[1].
+
format.headers::
Additional email headers to include in a patch to be submitted
by mail. See gitlink:git-format-patch[1].
diff --git a/git-config.html b/git-config.html
index 6e6129aa1..722c06a47 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1280,6 +1280,17 @@ fetch.unpackLimit
+format.numbered
+
+
+
+ A boolean which can enable sequence numbers in patch subjects.
+ Seting this option to "auto" will enable it only if there is
+ more than one patch. See --numbered option in
+ git-format-patch(1).
+
+
+
format.headers
@@ -1956,7 +1967,7 @@ transfer.unpackLimit