diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-09-11 12:08:06 +0300 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-10-31 19:17:37 +0100 |
commit | 0c0086b917f9dd9fdb53f6a17ba67811128568cc (patch) | |
tree | e427aa18cbd67db6099b191f71b33f38f135e799 /docs | |
parent | 99c69951436746f219a15edf1b86c751d1dc2434 (diff) | |
download | git-buildpackage-0c0086b917f9dd9fdb53f6a17ba67811128568cc.tar.gz git-buildpackage-0c0086b917f9dd9fdb53f6a17ba67811128568cc.tar.bz2 git-buildpackage-0c0086b917f9dd9fdb53f6a17ba67811128568cc.zip |
docs: update pq manpages regarding pq command meta tags
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/gbp-pq.sgml | 24 |
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> |