|
|
@ -116,7 +116,7 @@ function _branch_completions() { |
|
|
|
if [[ $COMP_CWORD -ne 1 ]]; then |
|
|
|
if [[ $COMP_CWORD -ne 1 ]]; then |
|
|
|
return |
|
|
|
return |
|
|
|
fi |
|
|
|
fi |
|
|
|
COMPREPLY+=($(compgen -W $(_list_feature_branches) "${COMP_WORDS[1]}")) |
|
|
|
COMPREPLY+=($(compgen -W "$(_list_feature_branches)" "${COMP_WORDS[1]}")) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
complete -F _branch_completions start_branch |
|
|
|
complete -F _branch_completions start_branch |
|
|
|