summaryrefslogtreecommitdiff
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-02-26 09:19:25 +0100
committerGuido Günther <agx@sigxcpu.org>2009-02-26 13:48:29 +0100
commit600a16de54503b8c56bbe299f6ff134f56327d98 (patch)
tree33cd2e37a9fe2cb80e854d846912dd04648e6d25 /gbp
parent2fa0cc88fca5facc632cf347bf17a6914367e225 (diff)
add --git-no-ignore-new
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 3d20bea..31ba36b 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -73,6 +73,8 @@ class GbpOptionParser(OptionParser):
"include the full commit message instead of only the first line, default is '%(full)s'",
'meta':
"parse meta tags in commit messages, default is '%(meta)s'",
+ 'ignore-new':
+ "build with uncommited changes in the source tree, default is '%(ignore-new)s'",
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),