aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorCarlos Maddela <maddela@labyrinth.net.au>2015-07-03 03:27:39 +1000
committerGuido Günther <agx@sigxcpu.org>2015-07-10 09:58:20 +0200
commit97c7a32d82631dba910d8632478fc093cbe2bcda (patch)
treef126a3e71d2bec693920cb0c4a5c33c1e40870d1 /gbp.conf
parentda4d469012e74936bc930ba7e726d19380411baa (diff)
Allow exported patches to be renumbered and the patch number prefix format to be specified as an option
Now that gbp-pq preserves patch names on import and export the --[no-]patch-numbers options have been rendered largely useless unless the patch queue commits are amended with the Gbp[-Pq]: Name tags removed. The options remain useful if support for renumbering is added. It's also handy to allow the choice of the format to use for the numeric prefixes. Closes: #790890 Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index b97036df..43fc36dd 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -106,6 +106,10 @@
# Options only affecting gbp pq
[pq]
#patch-numbers = False
+# The format specifier for patch number prefixes
+#patch-num-format = '%04d-'
+# Whether to renumber patches when exporting patch queues
+#renumber = False
# Whether to drop patch queue after export
#drop = False