Re: [PATCH] Change permissions on git-completion.bash

2018-04-04 Thread Ævar Arnfjörð Bjarmason
On Wed, Apr 04 2018, Stephon Harris wrote: > Updating git-completion.bash to include instructions to change the > permissions on the file when sourcing it in your .bashrc or .zshrc > file. But why is this needed? Files sourced by shells don't need to be executable, and quoting the bash manual "T

[PATCH] Change permissions on git-completion.bash

2018-04-04 Thread Stephon Harris
Updating git-completion.bash to include instructions to change the permissions on the file when sourcing it in your .bashrc or .zshrc file. --- contrib/completion/git-completion.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/completion/git-completion.bash