7da1f0aa08
- update to version 1.9.0 - Rediffed git-zsh-completion-fixes.diff https://raw.github.com/git/git/master/Documentation/RelNotes/1.9.0.txt (forwarded request 223518 from burnus) OBS-URL: https://build.opensuse.org/request/show/223603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=131
15 lines
515 B
Diff
15 lines
515 B
Diff
---
|
|
contrib/completion/git-completion.zsh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/contrib/completion/git-completion.zsh
|
|
+++ b/contrib/completion/git-completion.zsh
|
|
@@ -31,6 +31,7 @@ if [ -z "$script" ]; then
|
|
local e
|
|
locations=(
|
|
$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
|
|
+ '/etc/bash_completion.d/git.sh' # suse
|
|
'/etc/bash_completion.d/git' # fedora, old debian
|
|
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
|
|
'/usr/share/bash-completion/git' # gentoo
|