aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-09-13 12:53:15 +0200
committerGuido Günther <agx@sigxcpu.org>2014-09-13 12:53:15 +0200
commit51ac0a5a7026301704b92d8fd6affd098a1442b5 (patch)
treeb956ac23cf42c7f40aae11207ca1c21408ce45b9
parentee4447920b41cad774f1494c0e2b2312ca3a5a9a (diff)
pq: document --drop
-rw-r--r--docs/manpages/gbp-pq.sgml8
-rw-r--r--gbp.conf2
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml
index e0942083..f1afb04d 100644
--- a/docs/manpages/gbp-pq.sgml
+++ b/docs/manpages/gbp-pq.sgml
@@ -23,6 +23,7 @@
<arg><option>--[no-]patch-numbers</option></arg>
<arg><option>--topic=</option><replaceable>topic</replaceable></arg>
<arg><option>--time-machine=</option><replaceable>num</replaceable></arg>
+ <arg><option>--[no-]drop</option></arg>
<arg><option>--force</option></arg>
<group choice="plain">
<arg><option>drop</option></arg>
@@ -157,6 +158,13 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--[no-]drop</option></term>
+ <listitem>
+ <para>Whether to drop (delete) the patch queue branch after
+ a succesful export</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--force</option></term>
<listitem>
<para>In case of import even import if the branch already
diff --git a/gbp.conf b/gbp.conf
index 435d9b0a..b97036df 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -106,6 +106,8 @@
# Options only affecting gbp pq
[pq]
#patch-numbers = False
+# Whether to drop patch queue after export
+#drop = False
# Options only affecting gbp clone
[clone]