From 0e47b23874132a7fffde3f56c7c4f13c1f0b8cc4 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 15 Jan 2008 08:31:10 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4-rc3-11-g4e67
---
config.txt | 4 +-
git-config.html | 6 +-
git-rerere.html | 11 +-
git-rerere.txt | 4 +
howto-index.html | 9 +-
howto-index.txt | 6 +
howto/using-merge-subtree.html | 372 +++++++++++++++++++++++++++++++++
howto/using-merge-subtree.txt | 75 +++++++
8 files changed, 480 insertions(+), 7 deletions(-)
create mode 100644 howto/using-merge-subtree.html
create mode 100644 howto/using-merge-subtree.txt
diff --git a/config.txt b/config.txt
index df091d1b8..877eda960 100644
--- a/config.txt
+++ b/config.txt
@@ -543,8 +543,8 @@ rerere.enabled::
Activate recording of resolved conflicts, so that identical
conflict hunks can be resolved automatically, should they
be encountered again. linkgit:git-rerere[1] command is by
- default enabled, but can be disabled by setting this option to
- false.
+ default enabled if you create `rr-cache` directory under
+ `$GIT_DIR`, but can be disabled by setting this option to false.
gitcvs.enabled::
Whether the CVS server interface is enabled for this repository.
diff --git a/git-config.html b/git-config.html
index 61e1f4a51..745cd72a3 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1522,8 +1522,8 @@ rerere.enabled
Activate recording of resolved conflicts, so that identical
conflict hunks can be resolved automatically, should they
be encountered again. git-rerere(1) command is by
- default enabled, but can be disabled by setting this option to
- false.
+ default enabled if you create rr-cache directory under
+ $GIT_DIR, but can be disabled by setting this option to false.
@@ -2203,7 +2203,7 @@ web.browser