aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-12-23 16:37:12 +0100
committerGuido Günther <agx@sigxcpu.org>2009-12-23 20:26:10 +0100
commitd4366123fef2903f2ce4367edae10a1895a5662b (patch)
tree62b68468cee3ea4a1c8598f57bd0487fe600d7a5 /gbp/config.py
parente54b7bf1daca28504463b0b0bb924bd56d45e66b (diff)
Add body regex filter
Closes: #544238
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 8df9d353..fee3665b 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -52,6 +52,7 @@ class GbpOptionParser(OptionParser):
'full' : 'False',
'id-length' : '0',
'git-author' : 'False',
+ 'ignore-regex' : '',
}
help = {
'debian-branch':