On Wed, Mar 21, 2012 at 7:05 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Alex Merry <dev@xxxxxxxxxxxxxxxx> writes: > >> zsh treats >> local some_var=() >> as a function declaration, rather than an array declaration (although >> its documentation does not suggest that this should be the case). >> >> With zsh 4.3.15 on Fedora Core 15, this causes >> __git_ps1 " (%s)" >> to produce the message >> local:2: command not found: svn_url_pattern >> when GIT_PS1_SHOWUPSTREAM="auto", due to the line >> local svn_remote=() svn_url_pattern count n > > Thanks, will queue. Felipe, comments? Looks good to me. Also, I tested this, and it worked. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html