Updated git_doc to git 1.8
[TortoiseGit.git] / doc / source / en / TortoiseGit / git_doc / git-merge-tree.xml
blob77a1e7a6cc23d75a397a7f9f2482344e996246d9
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">\r
3 \r
4 <sect2 lang="en" id="git-merge-tree(1)">\r
5     <title>git-merge-tree(1)</title>\r
6 <indexterm>\r
7 <primary>git-merge-tree(1)</primary>\r
8 </indexterm>\r
9 <simplesect id="git-merge-tree(1)__name">\r
10 <title>NAME</title>\r
11 <simpara>git-merge-tree - Show three-way merge without touching index</simpara>\r
12 </simplesect>\r
13 <simplesect id="git-merge-tree(1)__synopsis">\r
14 <title>SYNOPSIS</title>\r
15 <blockquote>\r
16 <literallayout><emphasis>git merge-tree</emphasis> &lt;base-tree&gt; &lt;branch1&gt; &lt;branch2&gt;</literallayout>\r
17 </blockquote>\r
18 </simplesect>\r
19 <simplesect id="git-merge-tree(1)__description">\r
20 <title>DESCRIPTION</title>\r
21 <simpara>Reads three treeish, and output trivial merge results and\r
22 conflicting stages to the standard output.  This is similar to\r
23 what three-way <emphasis>git read-tree -m</emphasis> does, but instead of storing the\r
24 results in the index, the command outputs the entries to the\r
25 standard output.</simpara>\r
26 <simpara>This is meant to be used by higher level scripts to compute\r
27 merge results outside of the index, and stuff the results back into the\r
28 index.  For this reason, the output from the command omits\r
29 entries that match the &lt;branch1&gt; tree.</simpara>\r
30 </simplesect>\r
31 <simplesect id="git-merge-tree(1)__git">\r
32 <title>GIT</title>\r
33 <simpara>Part of the <xref linkend="git(1)" /> suite</simpara>\r
34 </simplesect>\r
35 </sect2>\r