kenneth johansson <ken@xxxxxxxxx> writes: > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > fetch = +refs/heads/*:refs/heads/* > [remote "stable_2.6.12"] > url = > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.12.y.git > fetch = +refs/heads/*:refs/heads/stable_2.6.12_* Daniel, I think we are looking at a regression. The latter style, * at the end but not immediately following a slash, should never have worked. Wildcard expansion function should be erroring out when it sees something like this. Once we fix that regression, the above would stop working (in)correctly. Rewrite it to something like this right now will make it keep working: fetch = +refs/heads/*:refs/heads/stable_2.6.12/* -- 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