From: Junio C Hamano
Date: Sat, 7 Jul 2007 21:53:22 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.3-rc0-63-gc956
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a4a283105c6ac21fcd7df88cf6a698281c2cd19;p=git.git
Autogenerated HTML docs for v1.5.3-rc0-63-gc956
---
diff --git a/config.txt b/config.txt
index 66a55b051..4b67f0adf 100644
--- a/config.txt
+++ b/config.txt
@@ -448,6 +448,11 @@ gc.rerereunresolved::
kept for this many days when `git rerere gc` is run.
The default is 15 days. See gitlink:git-rerere[1].
+rerere.enabled::
+ Activate recording of resolved conflicts, so that identical
+ conflict hunks can be resolved automatically, should they
+ be encountered again. See gitlink:git-rerere[1].
+
gitcvs.enabled::
Whether the cvs server interface is enabled for this repository.
See gitlink:git-cvsserver[1].
diff --git a/core-intro.txt b/core-intro.txt
index eea44d9d5..f3cc2238c 100644
--- a/core-intro.txt
+++ b/core-intro.txt
@@ -528,7 +528,7 @@ paths that have been trivially merged.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sadly, many merges aren't trivial. If there are files that have
-been added.moved or removed, or if both branches have modified the
+been added, moved or removed, or if both branches have modified the
same file, you will be left with an index tree that contains "merge
entries" in it. Such an index tree can 'NOT' be written out to a tree
object, and you will have to resolve any such merge clashes using
diff --git a/git-config.html b/git-config.html
index eec0eef81..5e46547f9 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1305,6 +1305,16 @@ gc.rerereunresolved
+rerere.enabled
+
+
+
+ Activate recording of resolved conflicts, so that identical
+ conflict hunks can be resolved automatically, should they
+ be encountered again. See git-rerere(1).
+
+
+
gitcvs.enabled
@@ -1829,7 +1839,7 @@ transfer.unpackLimit