aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/git-buildpackage.zsh-completion
diff options
context:
space:
mode:
Diffstat (limited to 'debian/git-buildpackage.zsh-completion')
-rw-r--r--debian/git-buildpackage.zsh-completion8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/git-buildpackage.zsh-completion b/debian/git-buildpackage.zsh-completion
index 8c7d98d1..7f0b50d3 100644
--- a/debian/git-buildpackage.zsh-completion
+++ b/debian/git-buildpackage.zsh-completion
@@ -76,7 +76,7 @@ _gbp-buildpackage() {
__gbp_tag_format_options git-
__gbp_tag_sign_options git-
_arguments \
- '--git-ignore-new[build with uncommited changes in the source tree]' \
+ '--git-ignore-new[build with uncommitted changes in the source tree]' \
'--git-no-ignore-new[negates --git-ignore-new]' \
'--git-tag[create a tag after a successful build]' \
'--git-tag-only[do not build, only tag and run the posttag hook]' \
@@ -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 -/'
@@ -321,7 +321,7 @@ _gbp-buildpackage() {
__gbp_tag_format_options git-
__gbp_tag_sign_options git-
_arguments \
- '--git-ignore-new[build with uncommited changes in the source tree]' \
+ '--git-ignore-new[build with uncommitted changes in the source tree]' \
'--git-no-ignore-new[negates --git-ignore-new]' \
'--git-tag[create a tag after a successful build]' \
'--git-tag-only[do not build, only tag and run the posttag hook]' \
@@ -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 -/'