summaryrefslogtreecommitdiffstats
path: root/git-merge.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-18 01:54:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-18 01:54:48 +0000
commitea82cff53ef3184e59a2e9e334f99284248e8b35 (patch)
tree772babff00e6437b22c2096d0b22c39eed6e3951 /git-merge.html
parent064b4ab54285c3775f9f7a98235a28b0becfcebb (diff)
downloadgit-htmldocs-ea82cff53ef3184e59a2e9e334f99284248e8b35.tar.gz
Autogenerated HTML docs for v1.6.2.1-147-g642d0
Diffstat (limited to 'git-merge.html')
-rw-r--r--git-merge.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-merge.html b/git-merge.html
index 37d6fd8f4..85d772bcf 100644
--- a/git-merge.html
+++ b/git-merge.html
@@ -816,7 +816,7 @@ Git makes conflict resolution easy.
And here is another line that is cleanly resolved or unmodified.</tt></pre>
</div></div>
<div class="para"><p>The area where a pair of conflicting changes happened is marked with markers
-"<tt>&lt;&lt;&lt;&lt;&lt;&lt;&lt;</tt>", "<tt>=======</tt>", and "<tt>&gt;&gt;&gt;&gt;&gt;&gt;&gt;</tt>". The part before the "<tt>=======</tt>"
+<tt>&lt;&lt;&lt;&lt;&lt;&lt;&lt;</tt>, <tt>=======</tt>, and <tt>&gt;&gt;&gt;&gt;&gt;&gt;&gt;</tt>. The part before the <tt>=======</tt>
is typically your side, and the part afterwards is typically their side.</p></div>
<div class="para"><p>The default format does not show what the original said in the conflicting
area. You cannot tell how many lines are deleted and replaced with
@@ -840,8 +840,8 @@ Git makes conflict resolution easy.
&gt;&gt;&gt;&gt;&gt;&gt;&gt; theirs:sample.txt
And here is another line that is cleanly resolved or unmodified.</tt></pre>
</div></div>
-<div class="para"><p>In addition to the "<tt>&lt;&lt;&lt;&lt;&lt;&lt;&lt;</tt>", "<tt>=======</tt>", and "<tt>&gt;&gt;&gt;&gt;&gt;&gt;&gt;</tt>" markers, it uses
-another "<tt>|||||||</tt>" marker that is followed by the original text. You can
+<div class="para"><p>In addition to the <tt>&lt;&lt;&lt;&lt;&lt;&lt;&lt;</tt>, <tt>=======</tt>, and <tt>&gt;&gt;&gt;&gt;&gt;&gt;&gt;</tt> markers, it uses
+another <tt>|||||||</tt> marker that is followed by the original text. You can
tell that the original just stated a fact, and your side simply gave in to
that statement and gave up, while the other side tried to have a more
positive attitude. You can sometimes come up with a better resolution by
@@ -920,7 +920,7 @@ Look at the originals. <em>git show :1:filename</em> shows the
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:25 UTC
+Last updated 2009-03-18 01:54:21 UTC
</div>
</div>
</body>