diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-05-22 22:46:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-22 15:35:00 -0700 |
commit | 1098ff5a213265bb0d5df9a87d5493bd168f12a0 (patch) | |
tree | 184fe5af31192fdc3c1b2db2499e4786d971e27c | |
parent | Merge branch 'fc/git-complete-helper' into fc/git-prompt-script (diff) | |
download | tgif-1098ff5a213265bb0d5df9a87d5493bd168f12a0.tar.xz |
completion: remove executable mode
No reason to have it executable. Every way this script is intended to be
used includes the 'source' command.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--[-rwxr-xr-x] | contrib/completion/git-completion.bash | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d60bb8ac8f..d60bb8ac8f 100755..100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash |