On Fri, Jul 11, 2008 at 04:58:40PM +0200, Toralf Förster wrote: > > $> git-log v2.6.26-rc9.. --pretty=short | grep "^commit" | cut -f2 -d' ' | xargs -n 1 git describe | grep '\-56\-' The fastest way to do the same would be: git rev-list v2.6.26-rc9.. | xargs git describe | grep '\-56\-' Dmitry -- 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