summaryrefslogtreecommitdiffstats
path: root/git-quiltimport.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-05 13:39:53 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-05 13:39:53 -0700
commit1eb5609b6b3e2908ee747dfe313c24f17334ce26 (patch)
tree7399ab13ecb59275ff9caa0624441831a5b0f8de /git-quiltimport.html
parent70d664063d4eb347c0d30071e08a40fbf72dcd34 (diff)
downloadgit-htmldocs-1eb5609b6b3e2908ee747dfe313c24f17334ce26.tar.gz
Autogenerated HTML docs for v2.6.1-120-g24a00e
Diffstat (limited to 'git-quiltimport.html')
-rw-r--r--git-quiltimport.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/git-quiltimport.html b/git-quiltimport.html
index 93857d4eb..e3400f37c 100644
--- a/git-quiltimport.html
+++ b/git-quiltimport.html
@@ -748,7 +748,8 @@ git-quiltimport(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git quiltimport</em> [--dry-run | -n] [--author &lt;author&gt;] [--patches &lt;dir&gt;]</pre>
+<pre class="content"><em>git quiltimport</em> [--dry-run | -n] [--author &lt;author&gt;] [--patches &lt;dir&gt;]
+ [--series &lt;file&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -800,13 +801,23 @@ preserved as the 1 line subject in the Git description.</p></div>
</dt>
<dd>
<p>
- The directory to find the quilt patches and the
- quilt series file.
+ The directory to find the quilt patches.
</p>
<div class="paragraph"><p>The default for the patch directory is patches
or the value of the $QUILT_PATCHES environment
variable.</p></div>
</dd>
+<dt class="hdlist1">
+--series &lt;file&gt;
+</dt>
+<dd>
+<p>
+ The quilt series file.
+</p>
+<div class="paragraph"><p>The default for the series file is &lt;patches&gt;/series
+or the value of the $QUILT_SERIES environment
+variable.</p></div>
+</dd>
</dl></div>
</div>
</div>
@@ -820,7 +831,7 @@ variable.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-10-20 14:13:43 PDT
+Last updated 2015-10-05 13:38:43 PDT
</div>
</div>
</body>