summaryrefslogtreecommitdiffstats
path: root/git-am.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-18 14:13:08 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-18 14:13:08 -0700
commit04495a1941c77d95cb6ad521f45451da4f714af2 (patch)
treead4d9204d5b4c2ac489f99a1051faa1bf48d6ed7 /git-am.html
parent472c81a0f3cf8038d39479da1e3840ac33fe6ef8 (diff)
downloadgit-htmldocs-04495a1941c77d95cb6ad521f45451da4f714af2.tar.gz
Autogenerated HTML docs for v2.37.2-382-g795ea
Diffstat (limited to 'git-am.html')
-rw-r--r--git-am.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/git-am.html b/git-am.html
index 8f339034d..80551be05 100644
--- a/git-am.html
+++ b/git-am.html
@@ -957,8 +957,13 @@ default. You can use <code>--no-utf8</code> to override this.</p></div>
</dt>
<dd>
<p>
- Allow the rerere mechanism to update the index with the
- result of auto-conflict resolution if possible.
+ After the rerere mechanism reuses a recorded resolution on
+ the current conflict to update the files in the working
+ tree, allow it to also update the index with the result of
+ resolution. <code>--no-rerere-autoupdate</code> is a good way to
+ double-check what <code>rerere</code> did and catch potential
+ mismerges, before committing the result to the index with a
+ separate <code>git add</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1233,7 +1238,7 @@ information.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-01-05 14:13:29 PST
+ 2022-08-18 14:11:07 PDT
</div>
</div>
</body>