[PATCH] specify encoding for sed command

2018-04-04 Thread Stephon Harris
Fixes issue with seeing `sed: RE error: illegal byte sequence` when running git-completion.bash --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b09

[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