Hi, On Thu, 11 Oct 2007, Johannes Sixt wrote: > Johannes Schindelin schrieb: > > +test_expect_success 'fetch with a non-applying branch.<name>.merge' ' > > + git config branch.master.remote yeti && > > + git config branch.master.merge refs/heads/bigfoot && > > + git config remote.blub.url one && > > + git config remote.blub.fetch 'refs/heads/*:refs/remotes/one/*' && > > Better use double-quotes around the refspecs. Hehe, "oops!". Although in this case we could even use the string unquoted (which I indeed did!), since there is no chance that there is a matching file in t/trash/. 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