Hi, On Mon, 10 Jul 2006, Matthias Lederhofer wrote: > git-rev-list --parents HEAD | \ > grep -E '^([a-z0-9]{40} ){2}[a-z0-9]{40}' | \ Since the output of git-rev-list is well-defined, you could say grep '.{121}' instead. (Instead of 121, you could take any number between 83 and 122.) Ciao, Dscho - : 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