From e35a6fc91bc4b7cd8763e7d1d06c02d7ce22d9c1 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 29 Jan 2008 09:46:27 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4-rc5-5-gab98
---
config.txt | 5 +++++
git-config.html | 12 +++++++++++-
git-help.html | 40 +++++++++++++++++++++++++++++++++++++++-
git-help.txt | 10 ++++++++++
4 files changed, 65 insertions(+), 2 deletions(-)
diff --git a/config.txt b/config.txt
index 877eda960..4e222f15a 100644
--- a/config.txt
+++ b/config.txt
@@ -367,6 +367,11 @@ branch..rebase::
it unless you understand the implications (see linkgit:git-rebase[1]
for details).
+browser..path::
+ Override the path for the given tool that may be used to
+ browse HTML help (see '-w' option in linkgit:git-help[1]) or a
+ working repository in gitweb (see linkgit:git-instaweb[1]).
+
clean.requireForce::
A boolean to make git-clean do nothing unless given -f
or -n. Defaults to true.
diff --git a/git-config.html b/git-config.html
index 745cd72a3..5b5ff9509 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1209,6 +1209,16 @@ branch.<name>.rebase
+browser.<tool>.path
+
+
+
+ Override the path for the given tool that may be used to
+ browse HTML help (see -w option in git-help(1)) or a
+ working repository in gitweb (see git-instaweb(1)).
+
+
+
clean.requireForce
@@ -2203,7 +2213,7 @@ web.browser