File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,9 @@ gc.rerereunresolved::
507507rerere.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
512514gitcvs.enabled::
513515 Whether the CVS server interface is enabled for this repository.
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ automerge results and corresponding hand-resolve results on the
2222initial manual merge, and later by noticing the same automerge
2323results 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
3026COMMANDS
3127--------
You can’t perform that action at this time.
0 commit comments