aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-20 08:18:23 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-20 08:18:23 +0100
commita21e3947d29c946bccd6a5c7872845cb7af5c6d2 (patch)
tree189aad6272cfe8c6206cae5eb89d9494b61790d3
parent6f5070dd0921a431f15563aa9041760d11b36d0b (diff)
bash completion: complete tags on --upstream-vcs-tag too
-rw-r--r--debian/gbp.completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gbp.completion b/debian/gbp.completion
index 43e78901..0b103993 100644
--- a/debian/gbp.completion
+++ b/debian/gbp.completion
@@ -49,7 +49,7 @@ _gbp_comp ()
local prev="${COMP_WORDS[COMP_CWORD - 1]}"
local options=$1
local branch_opts=${2:-"--debian-branch\= --upstream-branch\="}
- local tag_opts=${3:-"--debian-tag\= --upstream-tag\="}
+ local tag_opts=${3:-"--debian-tag\= --upstream-tag\= --upstream-vcs-tag\="}
local tristate_opts=${4:-"--color\="}
local cbdist_opts=${5:-"--git-dist\="}
local remote_config_opts="--remote-config\="