summaryrefslogtreecommitdiffstats
path: root/git-am.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-24 14:12:12 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-24 14:12:12 -0700
commitdf5384b09870c6ffdd80c620caa066b2f997ca20 (patch)
tree61869c4e003760c97119d79b09aaf8ff3eda50bf /git-am.html
parentce447ab917ea7f6b852fee7dfb18e4b24acc6bef (diff)
downloadgit-htmldocs-df5384b09870c6ffdd80c620caa066b2f997ca20.tar.gz
Autogenerated HTML docs for v2.4.4-488-gdf97e
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 bb067c4c6..09b51bc5b 100644
--- a/git-am.html
+++ b/git-am.html
@@ -749,7 +749,7 @@ git-am(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git am</em> [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8]
- [--3way] [--interactive] [--committer-date-is-author-date]
+ [--[no-]3way] [--interactive] [--committer-date-is-author-date]
[--ignore-date] [--ignore-space-change | --ignore-whitespace]
[--whitespace=&lt;option&gt;] [-C&lt;n&gt;] [-p&lt;n&gt;] [--directory=&lt;dir&gt;]
[--exclude=&lt;path&gt;] [--include=&lt;path&gt;] [--reject] [-q | --quiet]
@@ -911,12 +911,17 @@ default. You can use <code>--no-utf8</code> to override this.</p></div>
<dt class="hdlist1">
--3way
</dt>
+<dt class="hdlist1">
+--no-3way
+</dt>
<dd>
<p>
When the patch does not apply cleanly, fall back on
3-way merge if the patch records the identity of blobs
it is supposed to apply to and we have those blobs
- available locally.
+ available locally. <code>--no-3way</code> can be used to override
+ am.threeWay configuration variable. For more information,
+ see am.threeWay in <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -1150,7 +1155,7 @@ information.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-03-05 14:37:44 PST
+Last updated 2015-06-24 14:09:45 PDT
</div>
</div>
</body>