zsh completion: find matching custom bash completion
commitd028b8906afb5b8c24c9449f26e5f930750d8df7
authorRamkumar Ramachandra <artagnon@gmail.com>
Sun, 5 Jan 2014 10:18:02 +0000 (5 15:48 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2014 17:14:29 +0000 (6 09:14 -0800)
treef74f7fee8b28f757b3d175995f3dd107e008f158
parent44484662d83de2ae98d04738ec43d4dea1f859a8
zsh completion: find matching custom bash completion

If zsh completion is being read from a location that is different from
system-wide default, it is likely that the user is trying to use a
custom version, perhaps closer to the bleeding edge, installed in her
own directory. We will more likely to find the matching bash completion
script in the same directory than in those system default places.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.zsh