Andy Parkins <andyparkins@xxxxxxxxx> writes: > On Sunday 2006, November 26 00:48, Johannes Schindelin wrote: > >> This hunk is wrong: "git-repo-config remote.bla.fetch b" will _overwrite_ >> remoter.bla.fetch. To avoid that, you have to use "git repo-config >> remote.bla.fetch b ^$". (The last argument is a regular expression which >> has to be matched by the value-to-be-oreplaced.) > > This is in git-clone; the config is empty. What is there to overwrite? The entry you wrote in the previous iteration in the same loop, perhaps? - 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