Petr Baudis <pasky@xxxxxxx> writes: > Should support all the important features, I guess. Too bad that > > git-ls-remote --heads . > > is subtly different from > > git-ls-remote . refs/heads/ > > so we have to provide the interface for specifying both. Are they subtly different? To me they look like asking for completely different things. IIRC, the patterns are ref globs, so git ls-remote $URL 'refs/heads/*' would be the same as the former one. > This patch also converts git-remote.perl to use it. > > Signed-off-by: Petr Baudis <pasky@xxxxxxx> > --- > This version re-adds missed out stripping of refs/heads/ in git-remote.perl. Ah, that was the bug you were talking about on #git channel, I guess... - 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