aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 0f167e2a..0cff3576 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -68,7 +68,9 @@ class GbpOptionParser(OptionParser):
'filter':
"files to filter out during import (can be given multiple times)",
'git-author':
- "use name and email from git-config for changelog trailer, default is '%(git-author)s'"
+ "use name and email from git-config for changelog trailer, default is '%(git-author)s'",
+ 'no-git-author':
+ "negates git-author",
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),