aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-12-29 19:30:42 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-12-29 19:32:37 +0100
commit6fe5985e838808daf4059d05e219fc0ac9c50a9f (patch)
tree05d2dfdc9eae3d8495baa598d202729257c8498e /gbp
parentb0972862d36e42f2566a70fc585bc20f9e8ac30f (diff)
add --no-git-author
Diffstat (limited to 'gbp')
-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'),