From 4e2723116573700a8b8d279195342f0fcb069628 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 8 Jan 2008 09:13:21 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4-rc2-68-ge708a
---
RelNotes-1.5.3.8.txt | 25 +++++++++++++
config.txt | 33 +++++++++++++++++
git-config.html | 75 ++++++++++++++++++++++++++++++++++++++-
git.html | 2 +-
git.txt | 3 +-
gitcli.html | 4 +--
gitcli.txt | 2 +-
technical/api-diff.html | 8 ++---
technical/api-diff.txt | 6 ++--
technical/pack-format.txt | 2 +-
10 files changed, 146 insertions(+), 14 deletions(-)
create mode 100644 RelNotes-1.5.3.8.txt
diff --git a/RelNotes-1.5.3.8.txt b/RelNotes-1.5.3.8.txt
new file mode 100644
index 000000000..0e3ff58a4
--- /dev/null
+++ b/RelNotes-1.5.3.8.txt
@@ -0,0 +1,25 @@
+GIT v1.5.3.8 Release Notes
+==========================
+
+Fixes since v1.5.3.7
+--------------------
+
+ * Some documentation used "email.com" as an example domain.
+
+ * git-svn fix to handle funky branch and project names going over
+ http/https correctly.
+
+ * git-svn fix to tone down a needlessly alarming warning message.
+
+ * git-clone did not correctly report errors while fetching over http.
+
+ * git-send-email added redundant Message-Id: header to the outgoing
+ e-mail when the patch text already had one.
+
+ * a read-beyond-end-of-buffer bug in configuration file updater was fixed.
+
+ * git-grep used to show the same hit repeatedly for unmerged paths.
+
+ * After amending the patch title in "git-am -i", the command did not
+ report the patch it applied with the updated title.
+
diff --git a/config.txt b/config.txt
index 1a90e6bf2..1b6d6d6fa 100644
--- a/config.txt
+++ b/config.txt
@@ -586,6 +586,15 @@ specified as 'gitcvs..' (where 'access_method'
is one of "ext" and "pserver") to make them apply only for the given
access method.
+help.browser::
+ Specify the browser that will be used to display help in the
+ 'web' format. See linkgit:git-help[1].
+
+help.format::
+ Override the default help format used by linkgit:git-help[1].
+ Values 'man', 'info', 'web' and 'html' are supported. 'man' is
+ the default. 'web' and 'html' are the same.
+
http.proxy::
Override the HTTP proxy, normally configured using the 'http_proxy'
environment variable (see linkgit:curl[1]). This can be overridden
@@ -643,6 +652,25 @@ i18n.logOutputEncoding::
Character encoding the commit messages are converted to when
running `git-log` and friends.
+instaweb.browser::
+ Specify the program that will be used to browse your working
+ repository in gitweb. See linkgit:git-instaweb[1].
+
+instaweb.httpd::
+ The HTTP daemon command-line to start gitweb on your working
+ repository. See linkgit:git-instaweb[1].
+
+instaweb.local::
+ If true the web server started by linkgit:git-instaweb[1] will
+ be bound to the local IP (127.0.0.1).
+
+instaweb.modulepath::
+ The module path for an apache httpd used by linkgit:git-instaweb[1].
+
+instaweb.port::
+ The port number to bind the gitweb httpd to. See
+ linkgit:git-instaweb[1].
+
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.
@@ -844,3 +872,8 @@ receive.denyNonFastForwards::
transfer.unpackLimit::
When `fetch.unpackLimit` or `receive.unpackLimit` are
not set, the value of this variable is used instead.
+
+web.browser::
+ Specify a web browser that may be used by some commands.
+ Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
+ may use it.
diff --git a/git-config.html b/git-config.html
index 72b8323fc..6dd584478 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1598,6 +1598,25 @@ is one of "ext" and "pserver") to make them apply only for the given
access method.
-
+help.browser
+
+-
+
+ Specify the browser that will be used to display help in the
+ web format. See git-help(1).
+
+
+-
+help.format
+
+-
+
+ Override the default help format used by git-help(1).
+ Values man, info, web and html are supported. man is
+ the default. web and html are the same.
+
+
+-
http.proxy
-
@@ -1710,6 +1729,50 @@ i18n.logOutputEncoding
-
+instaweb.browser
+
+-
+
+ Specify the program that will be used to browse your working
+ repository in gitweb. See git-instaweb(1).
+
+
+-
+instaweb.httpd
+
+-
+
+ The HTTP daemon command-line to start gitweb on your working
+ repository. See git-instaweb(1).
+
+
+-
+instaweb.local
+
+-
+
+ If true the web server started by git-instaweb(1) will
+ be bound to the local IP (127.0.0.1).
+
+
+-
+instaweb.modulepath
+
+-
+
+ The module path for an apache httpd used by git-instaweb(1).
+
+
+-
+instaweb.port
+
+-
+
+ The port number to bind the gitweb httpd to. See
+ git-instaweb(1).
+
+
+-
log.showroot
-
@@ -2111,6 +2174,16 @@ transfer.unpackLimit
not set, the value of this variable is used instead.
+-
+web.browser
+
+-
+
+ Specify a web browser that may be used by some commands.
+ Currently only git-instaweb(1) and git-help(1)
+ may use it.
+
+
Author
@@ -2127,7 +2200,7 @@ transfer.unpackLimit