]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/completion-ctags-pattern-substitution-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2015 20:00:17 +0000 (13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2015 20:00:18 +0000 (13:00 -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