Skip to content

Commit cb54fc9

Browse files
committed
doc: clarify rerere-autoupdate
The "--[no-]rerere-autoupdate" option controls what happens _after_ the rerere mechanism kicks in to reuse recorded resolutions and does not prevent from the rerere mechanism to trigger in the first place. It is unclear in the current text if "--no-rerere-autoupdate" stops the auto-resolution. Rewrite the sentence to clarify. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0dbc715 commit cb54fc9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/rerere-options.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
--rerere-autoupdate::
22
--no-rerere-autoupdate::
3-
Allow the rerere mechanism to update the index with the
4-
result of auto-conflict resolution if possible.
3+
After the rerere mechanism reuses a recorded resolution on
4+
the current conflict to update the files in the working
5+
tree, allow it to also update the index with the result of
6+
resolution. `--no-rerere-autoupdate` is a good way to
7+
double-check what `rerere` did and catch potential
8+
mismerges, before committing the result to the index with a
9+
separate `git add`.

0 commit comments

Comments
 (0)