-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Command attempted:
Bash completion doesn't trigger for git
and hub
commands (e.g. git p<tab><tab>
doesn't suggest git subcommands but rather attempts a more general bash file/path completion)
What happened:
With git
got upgraded yesterday from 2.29.0
to 2.30.0
via brew
bash completion within new shell invocation doesn't work anymore.
More info:
hub
version 2.14.2
, OS: macOS Catalina 10.15.6
Deinstalling hub
fixes the issue. There were no issues with git
of 2.29.0
version.
I'm trying to figure out whether it's only me or someone else is experiencing such issue too as turning off bash completion scripts sourcing and sourcing manually /usr/local/etc/bash_completion.d/git-completion.bash
and then /usr/local/etc/bash_completion.d/hub.bash_completion.sh
makes bash completion work as expected 😕