Skip to content

Commit

Permalink
Documentation: rerere is enabled by default these days.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 4, 2007
1 parent dada0c1 commit 4f57147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,9 @@ gc.rerereunresolved::
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.
Expand Down
4 changes: 0 additions & 4 deletions Documentation/git-rerere.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ automerge results and corresponding hand-resolve results on the
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
--------
Expand Down

0 comments on commit 4f57147

Please sign in to comment.