Merge branch 'js/completion-ctags-pattern-substitution-fix' into maint
commit792c57273f5ccc318c93d32112548fbd033f5964
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2015 20:00:17 +0000 (27 13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2015 20:00:18 +0000 (27 13:00 -0700)
tree850fb291290a027ad61b7ec32647815f63763f1e
parent90329592b93629d2d43996950ced71cff07626e8
parentdb8d750876ce9c43b23ddfdbe618ec5dd12767ee
Merge branch 'js/completion-ctags-pattern-substitution-fix' into maint

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