summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dada0c1)
raw | patch | inline | side by side (parent: dada0c1)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Dec 2007 08:40:55 +0000 (00:40 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Dec 2007 08:40:55 +0000 (00:40 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history | |
Documentation/git-rerere.txt | patch | blob | history |
index 6ae11842e5d71f201f8901922db8d9bdafb2d17b..72a33e98b2e0d7a24087b80c3e28f62a05aab439 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
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].
+ be encountered again. gitlink:git-rerere[1] command is by
+ default enabled, but can be disabled by setting this option to
+ false.
gitcvs.enabled::
Whether the CVS server interface is enabled for this repository.
index c4d4263238e5b7c6dff705de5d8552a577fc35d6..8ce492c8f2738275aa951f2fd98f1bcca16baee6 100644 (file)
initial manual merge, and later by noticing the same automerge
results and applying the previously recorded hand resolution.
-[NOTE]
-You need to set the config variable rerere.enabled to enable this
-command.
-
COMMANDS
--------