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

2013-05-28 Thread SZEDER Gábor
Hi, On Wed, May 22, 2013 at 09:32:44AM +0200, Thomas Gummerer wrote: > SZEDER Gábor writes: > > On Tue, May 21, 2013 at 10:54:27PM +0200, Thomas Gummerer wrote: > >> - svn_remote[ $((${#svn_remote[@]} + 1)) ]="$value" > >> + svn_remote[$((${#svn_remote[@]} + 1))]

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

2013-05-22 Thread Thomas Gummerer
Felipe Contreras writes: > On Tue, May 21, 2013 at 3:54 PM, 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[ >> >> This was i

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

2013-05-22 Thread Thomas Gummerer
SZEDER Gábor writes: > Hi, > > > On Tue, May 21, 2013 at 10:54:27PM +0200, 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[ >> >>

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

2013-05-21 Thread Felipe Contreras
On Tue, May 21, 2013 at 3:54 PM, 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[ > > This was introduced by 6d158cba (bash complet

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

2013-05-21 Thread SZEDER Gábor
On Tue, May 21, 2013 at 07:29:38PM -0500, Felipe Contreras wrote: > On Tue, May 21, 2013 at 7:20 PM, SZEDER Gábor wrote: > > On Tue, May 21, 2013 at 07:03:09PM -0500, Felipe Contreras wrote: > >> On Tue, May 21, 2013 at 6:36 PM, SZEDER Gábor wrote: > >> > On Tue, May 21, 2013 at 06:04:35PM -0500,

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

2013-05-21 Thread Felipe Contreras
On Tue, May 21, 2013 at 7:20 PM, SZEDER Gábor wrote: > On Tue, May 21, 2013 at 07:03:09PM -0500, Felipe Contreras wrote: >> On Tue, May 21, 2013 at 6:36 PM, SZEDER Gábor wrote: >> > On Tue, May 21, 2013 at 06:04:35PM -0500, Felipe Contreras wrote: >> >> On Tue, May 21, 2013 at 5:41 PM, SZEDER Gáb

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

2013-05-21 Thread SZEDER Gábor
On Tue, May 21, 2013 at 07:03:09PM -0500, Felipe Contreras wrote: > On Tue, May 21, 2013 at 6:36 PM, SZEDER Gábor wrote: > > On Tue, May 21, 2013 at 06:04:35PM -0500, Felipe Contreras wrote: > >> On Tue, May 21, 2013 at 5:41 PM, SZEDER Gábor wrote: > >> > >> > On Tue, May 21, 2013 at 10:54:27PM +

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

2013-05-21 Thread Felipe Contreras
On Tue, May 21, 2013 at 6:36 PM, SZEDER Gábor wrote: > On Tue, May 21, 2013 at 06:04:35PM -0500, Felipe Contreras wrote: >> On Tue, May 21, 2013 at 5:41 PM, SZEDER Gábor wrote: >> >> > On Tue, May 21, 2013 at 10:54:27PM +0200, Thomas Gummerer wrote: >> >> Currently the __git_ps1 git prompt gives

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

2013-05-21 Thread SZEDER Gábor
On Tue, May 21, 2013 at 06:04:35PM -0500, Felipe Contreras wrote: > On Tue, May 21, 2013 at 5:41 PM, SZEDER Gábor wrote: > > > On Tue, May 21, 2013 at 10:54:27PM +0200, Thomas Gummerer wrote: > >> Currently the __git_ps1 git prompt gives the following error with a > >> repository converted by git

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

2013-05-21 Thread Felipe Contreras
On Tue, May 21, 2013 at 5:41 PM, SZEDER Gábor wrote: > On Tue, May 21, 2013 at 10:54:27PM +0200, 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 pat

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

2013-05-21 Thread SZEDER Gábor
Hi, On Tue, May 21, 2013 at 10:54:27PM +0200, 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[ > > This was introduced by 6d158cba

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

2013-05-21 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[ This was introduced by 6d158cba (bash completion: Support "divergence from upstream" messages in __git_ps1), whe