Hi, On Thu, 28 Dec 2006, Junio C Hamano wrote: > git-repo-config remote."$origin".fetch \ > - "refs/heads/*:$remote_top/*" '^$' && > + "+refs/heads/*:$remote_top/*" '^$' && Minor nit: these days, it is cleaner (and clearer) to use "git-repo-config --add" instead of using the "^$" construct yourself. However, I don't think this patch has to be changed. Ciao, Dscho - 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