OSDN Git Service

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

1  2 
contrib/completion/git-completion.bash