Hi, On Mon, 14 Jul 2008, Linus Torvalds wrote: > git log --pretty='format:commit %H > Author: %an <%ae> > > %s (%h) > ' $@ | git shortlog Surely you meant git log --pretty='format:commit %H%nAuthor: %an <%ae>%n%n %s (%h)' \ $@ | git shortlog Note that I do not think it would be all that hard to teach shortlog the --pretty option. 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