Hi, On Wed, 6 Dec 2006, Jakub Narebski wrote: > $ git repo-config remote.origin.fetch refs/heads/master:refs/remotes/origin/master > $ git repo-config remote.origin.fetch refs/heads/next:refs/remotes/origin/next Oops. You want to append "^$" at the end (otherwise the "master" entry is overwritten; remote.origin.fetch is a multivalued key). Same for "pu". 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