Closed telzhov closed 3 years ago
Well, since you have the environment setup already, do you think you could hack at it and submit a patch that can support git 2.30. They must have renamed the completion function, or maybe someone packaged 2.30 incorrectly.
On Sat, Jan 2, 2021, 6:38 AM Timur Elzhov notifications@github.com wrote:
Happy New Year everyone! Upgraded git to v2.30, typed in bash command line 'g',
, , and got: $ g bash: completion: function `_git' not found $ g
Checked /usr/share/bash-completion/completions/git, and yes, there is no '_git' function defined there (it's there for git <= v2.29.x). So it would be nice for SCM breeze to support v2.30 as well :)
Thanks a lot for your efforts!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scmbreeze/scm_breeze/issues/306, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABHEKXYREY2N6KZEB4CJTLSX4ATDANCNFSM4VQ74LYQ .
Thanks, done #307
Accidentally closed, reopening.
Happy New Year everyone! Upgraded git to v2.30, typed in bash command line 'g', \<space>, \<tab>, and got:
Checked /usr/share/bash-completion/completions/git, and yes, there is no '_git' function defined there (it's there for git <= v2.29.x). So it would be nice for SCM breeze to support v2.30 as well :)
Thanks a lot for your efforts!