aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorMichael Elovskikh <wronglink@yandex-team.ru>2016-06-01 22:50:34 +0500
committerGuido Günther <agx@sigxcpu.org>2016-07-06 13:34:43 +0200
commita6311e67657caad551ca0908a17e1c1339507472 (patch)
treee44d19fa68cd02a325b899bbebfe19d927339e60 /debian
parent7ba43f653c44a7e1e453b59e37ae9f5ebc8ad6c4 (diff)
Added option `never` to dch `--spawn-editor` choices
Diffstat (limited to 'debian')
-rw-r--r--debian/git-buildpackage.zsh-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/git-buildpackage.zsh-completion b/debian/git-buildpackage.zsh-completion
index e8146a34..7f0b50d3 100644
--- a/debian/git-buildpackage.zsh-completion
+++ b/debian/git-buildpackage.zsh-completion
@@ -157,7 +157,7 @@ _gbp-dch () {
'--git-author[Use git name configuration for changelog signature]' \
'(--multimaint-merge --no-multimaint-merge)--multimaint-merge[Merge commits by maintainer]' \
'(--multimaint-merge --no-multimaint-merge)--multimaint-merge[Do not merge commits by maintainer]' \
- '--spawn-editor=[Spawn an editor]:when:(always snapshot release)' \
+ '--spawn-editor=[Spawn an editor]:when:(always never snapshot release)' \
'--commit-msg=[Commit message format string]' \
'--commit[Commit the generated changelog]' \
'*:Paths:_files -/'
@@ -402,7 +402,7 @@ _gbp-dch () {
'--git-author[Use git name configuration for changelog signature]' \
'(--multimaint-merge --no-multimaint-merge)--multimaint-merge[Merge commits by maintainer]' \
'(--multimaint-merge --no-multimaint-merge)--multimaint-merge[Do not merge commits by maintainer]' \
- '--spawn-editor=[Spawn an editor]:when:(always snapshot release)' \
+ '--spawn-editor=[Spawn an editor]:when:(always never snapshot release)' \
'--commit-msg=[Commit message format string]' \
'--commit[Commit the generated changelog]' \
'*:Paths:_files -/'