You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="paragraph"><p>As branch AC2 refers to the same commit as AC, the above implies that this is also compatible with what AB and AC2 wanted to do.</p></div>
782
+
<divclass="paragraph"><p>ブランチ AC2 が AC と同じコミットを参照しているため、 上記は AB と AC2 が意図したこととも互換性があることを示しています。</p></div>
@@ -792,7 +792,7 @@ <h3 id="_removing_the_common_ancestor_version">Removing the common ancestor vers
792
792
</div>
793
793
<divclass="sect2">
794
794
<h3id="_sorting_hunks">Sorting hunks</h3>
795
-
<divclass="paragraph"><p>As before, let’s imagine that a common ancestor had a file with line A its early part, and line X in its late part. And then four branches are forked that do these things:</p></div>
@@ -837,7 +837,7 @@ <h3 id="_conflict_id_calculation">Conflict ID calculation</h3>
837
837
</div>
838
838
<divclass="sect2">
839
839
<h3id="_nested_conflicts">Nested conflicts</h3>
840
-
<divclass="paragraph"><p>Nested conflicts are handled very similarly to "simple" conflicts. Similar to simple conflicts, the conflict is first normalized by stripping the labels from conflict markers, stripping the common ancestor version, and sorting the conflict hunks, both for the outer and the inner conflict. This is done recursively, so any number of nested conflicts can be handled.</p></div>
@@ -54,7 +54,7 @@ As branch AC2 refers to the same commit as AC, the above implies that this is al
54
54
Sorting hunks
55
55
~~~~~~~~~~~~~
56
56
57
-
As before, let's imagine that a common ancestor had a file with line A its early part, and line X in its late part. And then four branches are forked that do these things:
Nested conflicts are handled very similarly to "simple" conflicts. Similar to simple conflicts, the conflict is first normalized by stripping the labels from conflict markers, stripping the common ancestor version, and sorting the conflict hunks, both for the outer and the inner conflict. This is done recursively, so any number of nested conflicts can be handled.
<divclass="paragraph"><p>Since there is no publicly available VFS-related code for folks to try, the number of folks who can test such a usecase is limited.</p></div>
0 commit comments