Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > I *suspect* it's due to the refspec pattern matching changes Daniel did, > but again - I haven't actually debugged it any deeper. I am officially recuperating from an operation I had today, so I cannot really take a deep look at this. I think what is going wrong is that struct refspec for pattern match that is parsed by parse_ref_spec does not have ->dst component filled for "refs/tags/*" refspec, but match_refs() does not check if pat->dst is NULL, in which case it should reuse pat->src value. Incidentally I have other remote.c fixes queued in 'next'. I haven't yet checked if I (accidentally) fixed this already. - 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