On 2016-11-15 01:07, Ryan Schmidt wrote:
> notes "
> If you want to use bash-completion for git-cola, you have to source the\
> completion files from your ~/.bashrc as it extends the git command\
> completion and cannot be loaded automatically:
>
> source ${prefix}/share/bash-completion/completions/git
> source ${prefix}/share/bash-completion/completions/git-cola
> "
I stand corrected. Changed this now to the simpler syntax:
https://github.com/macports/macports-ports/commit/2ad96f3b61d83e9833c6b38b8c3ce620225b9656
Thanks for the hint.
Rainer