Hi, On Wed, 27 Jan 2010, Frans Pop wrote: > I'm currently using the following command for this: > git log --pretty=format:%H | grep -q '^<commit id>" > > Problem is that with large repos that can be quite slow. > > Is there a faster way to do the test? You are more likely looking for "git branch --contains". But this gives you _more_ information. 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