git/git-zsh-completion-fixes.diff
Stephan Kulow ad3b6d21b1 Accepting request 209245 from devel:tools:scm
- Add missing obsoletes for git-remote-helpers subpackage, which
  was dropped in git 1.8.5 (forwarded request 209244 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/209245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=125
2013-12-03 13:26:02 +00:00

15 lines
477 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
@@ -30,6 +30,7 @@ if [ -z "$script" ]; then
local -a locations
local e
locations=(
+ '/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