aboutsummaryrefslogtreecommitdiffstats
path: root/git-branch-list.bash-completion
diff options
context:
space:
mode:
authorTeddy Wing2019-12-09 22:28:02 +0100
committerTeddy Wing2019-12-09 22:28:02 +0100
commitc89e04abc76b6fad11add3f6558575ec96e46640 (patch)
tree248eaf00745f4b1eda9b0895ae27f87ae8c936e7 /git-branch-list.bash-completion
parentd72006b6562c32d5fd074ae962f8af160a929f75 (diff)
downloadgit-branch-list-c89e04abc76b6fad11add3f6558575ec96e46640.tar.bz2
git-branch-list.bash-completion: Complete `clear` subcommand
Diffstat (limited to 'git-branch-list.bash-completion')
-rw-r--r--git-branch-list.bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-branch-list.bash-completion b/git-branch-list.bash-completion
index fdab648..c0118f5 100644
--- a/git-branch-list.bash-completion
+++ b/git-branch-list.bash-completion
@@ -20,7 +20,7 @@ function _git_branch_list () {
tr -d ' ' |
cut -d ' ' -f 1)
- local subcommands="save drop $branch_ids"
+ local subcommands="save drop clear $branch_ids"
local subcommand="$(__git_find_on_cmdline "$subcommands")"
if [ -z "$subcommand" ]; then