From c89e04abc76b6fad11add3f6558575ec96e46640 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 9 Dec 2019 22:28:02 +0100 Subject: git-branch-list.bash-completion: Complete `clear` subcommand --- git-branch-list.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3