Merge branch 'js/completion-ctags-pattern-substitution-fix'
commitc267a4d013d21a5b07cdab9c4c329d49e336544f
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:28:16 +0000 (23 11:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:28:16 +0000 (23 11:28 -0700)
treee89bb1ba3243c16da2d1b0ca41119d82becb069c
parent61ca378275e83c48343c74a849ff0dcdef9abc91
parentdb8d750876ce9c43b23ddfdbe618ec5dd12767ee
Merge branch 'js/completion-ctags-pattern-substitution-fix'

The code that reads from the ctags file in the completion script
(in contrib/) did not spell ${param/pattern/string} substitution
correctly, which happened to work with bash but not with zsh.

* js/completion-ctags-pattern-substitution-fix:
  contrib/completion: escape the forward slash in __git_match_ctag
contrib/completion/git-completion.bash