Martin von Zweigbergk <martin.von.zweigbergk@xxxxxxxxx> writes: > On Wed, 7 Sep 2011, Junio C Hamano wrote: > >> Later in the same mv() function, the other one renames refs/remotes/$OLD/ >> to refs/remotes/$NEW/, even when you did not find any fetch refspec that >> stores under "refs/remotes/$OLD/<anything>" in the earlier logic. > > Ah, of course. Sorry for being slow and thanks for the explanation. So > if there are two configured refspecs with RHSs "refs/remotes/$OLD/foo" > and "refs/remotes/$OLD/bar/*", we should remember that we updated > those and only update refs that match the same patterns. I will see > what I can do and will hopefully soon get back with a "patch 4/2". What I had in mind was nothing that elaborate--it would be sufficiently safe to just remember if you replaced any in the config, and if you didn't, not to move anything. -- 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