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 😕
Command attempted:
Bash completion doesn't trigger for
gitandhubcommands (e.g.git p<tab><tab>doesn't suggest git subcommands but rather attempts a more general bash file/path completion)What happened:
With
gitgot upgraded yesterday from2.29.0to2.30.0viabrewbash completion within new shell invocation doesn't work anymore.More info:
hubversion2.14.2, OS:macOS Catalina 10.15.6Deinstalling
hubfixes the issue. There were no issues withgitof2.29.0version.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.bashand then/usr/local/etc/bash_completion.d/hub.bash_completion.shmakes bash completion work as expected 😕