Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/git-conflict.html
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ <h2 id="_internals">INTERNALS</h2>
<div class="sect1">
<h2 id="_limitations">LIMITATIONS</h2>
<div class="sectionbody">
<div class="paragraph"><p>Currently, when reapplying a resolution, it will only look at <code>both modified</code> files. So conflicts with renames, mod changes and deletions are not handled. In addition, If you changed something in a file that wasn&#8217;t in conflict state, it won&#8217;t be reapply neither.</p></div>
<div class="paragraph"><p>Currently, when reapplying a resolution, it will only look at <code>both modified</code> files. So conflicts with renames, mod changes and deletions are not handled. In addition, If you changed something in a file that wasn&#8217;t in conflict state, it won&#8217;t be reapplied neither.</p></div>
<div class="paragraph"><p>Managing conflicts with more than a single branch is subtle. Let&#8217;s say I&#8217;m on a local branch <code>topic_mine</code> and I have two different conflicts with <code>topic_arya</code> and <code>topic_eddard</code></p></div>
<div class="listingblock">
<div class="content">
Expand Down