summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-09-11 12:08:06 +0300
committerGuido Günther <agx@sigxcpu.org>2013-10-31 19:17:37 +0100
commit0c0086b917f9dd9fdb53f6a17ba67811128568cc (patch)
treee427aa18cbd67db6099b191f71b33f38f135e799
parent99c69951436746f219a15edf1b86c751d1dc2434 (diff)
docs: update pq manpages regarding pq command meta tags
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--docs/manpages/gbp-pq.sgml24
1 files changed, 20 insertions, 4 deletions
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml
index c157760d..83f64123 100644
--- a/docs/manpages/gbp-pq.sgml
+++ b/docs/manpages/gbp-pq.sgml
@@ -172,12 +172,28 @@
</para>
<variablelist>
<varlistentry>
+ <term><option>Gbp[-Pq]: Ignore</option></term>
+ <listitem>
+ <para>Ignores the commit, no patch is generated out of it.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>Gbp[-Pq]: Topic</option> <replaceable>topic</replaceable></term>
+ <listitem>
+ <para>Moves the patch into a subdir called
+ <replaceable>topic</replaceable> when running
+ <screen>&gbp-pq; export</screen>
+ This allows for some structure below
+ <filename>debian/patches</filename>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>Gbp-Pq-Topic:</option> <replaceable>topic</replaceable></term>
<listitem>
- <para>Moves the patch into a subdir called
- <replaceable>topic</replaceable> when running <screen>&gbp-pq;
- export</screen>. This allows for some structure below
- <filename>debian/patches</filename>. </para>
+ <para>Deprecated: use <option>Gbp[-Pq]: Topic</option>
+ <replaceable>topic</replaceable> instead.
+ </para>
</listitem>
</varlistentry>
</variablelist>