Skip to content

Commit 4f57147

Browse files
committed
Documentation: rerere is enabled by default these days.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent dada0c1 commit 4f57147

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Documentation/config.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,9 @@ gc.rerereunresolved::
507507
rerere.enabled::
508508
Activate recording of resolved conflicts, so that identical
509509
conflict hunks can be resolved automatically, should they
510-
be encountered again. See gitlink:git-rerere[1].
510+
be encountered again. gitlink:git-rerere[1] command is by
511+
default enabled, but can be disabled by setting this option to
512+
false.
511513

512514
gitcvs.enabled::
513515
Whether the CVS server interface is enabled for this repository.

Documentation/git-rerere.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ automerge results and corresponding hand-resolve results on the
2222
initial manual merge, and later by noticing the same automerge
2323
results and applying the previously recorded hand resolution.
2424

25-
[NOTE]
26-
You need to set the config variable rerere.enabled to enable this
27-
command.
28-
2925

3026
COMMANDS
3127
--------

0 commit comments

Comments
 (0)