summaryrefslogtreecommitdiffstats
path: root/git-am.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-09-08 00:55:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-09-08 00:55:23 +0000
commitc28068f42827f92c7c73c184e4fd11ceba0c73da (patch)
tree2ea9bf073e1f773ca1fcfb8bf76ec28ead3687e4 /git-am.html
parent35b47ca5285a4059792ba937f8e09b2ab4a7adf4 (diff)
downloadgit-htmldocs-c28068f42827f92c7c73c184e4fd11ceba0c73da.tar.gz
Autogenerated HTML docs for v1.6.5-rc0
Diffstat (limited to 'git-am.html')
-rw-r--r--git-am.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/git-am.html b/git-am.html
index aac18d3a4..001d975db 100644
--- a/git-am.html
+++ b/git-am.html
@@ -325,7 +325,7 @@ git-am(1) Manual Page
[--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;]
- [--reject] [-q | --quiet]
+ [--reject] [-q | --quiet] [--scissors]
[&lt;mbox&gt; | &lt;Maildir&gt;&#8230;]
<em>git am</em> (--skip | --resolved | --abort)</div></div>
</div>
@@ -372,6 +372,18 @@ current branch.</p></div>
</p>
</dd>
<dt>
+-c
+</dt>
+<dt>
+--scissors
+</dt>
+<dd>
+<p>
+ Remove everything in body before a scissors line (see
+ <a href="git-mailinfo.html">git-mailinfo(1)</a>).
+</p>
+</dd>
+<dt>
-q
</dt>
<dt>
@@ -543,10 +555,8 @@ of the message. The "Subject: " line is used as the title of
the commit, after stripping common prefix "[PATCH &lt;anything&gt;]".
The "Subject: " line is supposed to concisely describe what the
commit is about in one line of text.</p></div>
-<div class="para"><p>"From: " and "Subject: " lines starting the body (the rest of the
-message after the blank line terminating the RFC2822 headers)
-override the respective commit author name and title values taken
-from the headers.</p></div>
+<div class="para"><p>"From: " and "Subject: " lines starting the body override the respective
+commit author name and title values taken from the headers.</p></div>
<div class="para"><p>The commit message is formed by the title taken from the
"Subject: ", a blank line and the body of the message up to
where the patch begins. Excess whitespace at the end of each
@@ -618,7 +628,7 @@ errors in the "From:" lines).</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-08-22 05:10:25 UTC
+Last updated 2009-09-08 00:54:59 UTC
</div>
</div>
</body>