Skip to content

Commit cfdfc5a

Browse files
committed
Merge branch 'maint-1.7.7' into maint
* maint-1.7.7: Documentation: rerere.enabled is the primary way to configure rerere
2 parents 1327d83 + 8769e93 commit cfdfc5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,10 +1737,10 @@ rerere.autoupdate::
17371737

17381738
rerere.enabled::
17391739
Activate recording of resolved conflicts, so that identical
1740-
conflict hunks can be resolved automatically, should they
1741-
be encountered again. linkgit:git-rerere[1] command is by
1742-
default enabled if you create `rr-cache` directory under
1743-
`$GIT_DIR`, but can be disabled by setting this option to false.
1740+
conflict hunks can be resolved automatically, should they be
1741+
encountered again. By default, linkgit:git-rerere[1] is
1742+
enabled if there is an `rr-cache` directory under the
1743+
`$GIT_DIR`.
17441744

17451745
sendemail.identity::
17461746
A configuration identity. When given, causes values in the

0 commit comments

Comments
 (0)