aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
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 /git-dch
parentb0972862d36e42f2566a70fc585bc20f9e8ac30f (diff)
add --no-git-author
Diffstat (limited to 'git-dch')
-rwxr-xr-xgit-dch1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-dch b/git-dch
index b426a60d..1b0e34d9 100755
--- a/git-dch
+++ b/git-dch
@@ -288,6 +288,7 @@ def main(argv):
version_group.add_option("-N", "--new-version", dest="new_version",
help="use this as base for the new version number")
version_group.add_config_file_option(option_name="git-author", dest="git_author", action="store_true")
+ version_group.add_config_file_option(option_name="no-git-author", dest="git_author", action="store_false")
commit_group.add_config_file_option(option_name="meta", dest="meta",
help="parse meta tags in commit messages, default is '%(meta)s'", action="store_true")
commit_group.add_config_file_option(option_name="meta-closes", dest="meta_closes",