Re: [PATCH v2] prompt: fix show upstream with svn and zsh

2013-05-22 Thread Felipe Contreras
On Wed, May 22, 2013 at 2:40 AM, Thomas Gummerer wrote: > Currently the __git_ps1 git prompt gives the following error with a > repository converted by git-svn, when used with zsh: > >__git_ps1_show_upstream:19: bad pattern: svn_remote[ >__git_ps1_show_upstream:45: bad substitution > > To

[PATCH v2] prompt: fix show upstream with svn and zsh

2013-05-22 Thread Thomas Gummerer
Currently the __git_ps1 git prompt gives the following error with a repository converted by git-svn, when used with zsh: __git_ps1_show_upstream:19: bad pattern: svn_remote[ __git_ps1_show_upstream:45: bad substitution To reproduce the problem, the __git_ps1_show_upstream function can be ex