Skip to content

Commit 8769e93

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

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
@@ -1708,10 +1708,10 @@ rerere.autoupdate::
17081708

17091709
rerere.enabled::
17101710
Activate recording of resolved conflicts, so that identical
1711-
conflict hunks can be resolved automatically, should they
1712-
be encountered again. linkgit:git-rerere[1] command is by
1713-
default enabled if you create `rr-cache` directory under
1714-
`$GIT_DIR`, but can be disabled by setting this option to false.
1711+
conflict hunks can be resolved automatically, should they be
1712+
encountered again. By default, linkgit:git-rerere[1] is
1713+
enabled if there is an `rr-cache` directory under the
1714+
`$GIT_DIR`.
17151715

17161716
sendemail.identity::
17171717
A configuration identity. When given, causes values in the

0 commit comments

Comments
 (0)