On Thu, 26 Oct 2006, Andreas Ericsson wrote: > I keep writing > git log --short > > when I really want > git log --pretty=short | git shortlog > > > I'll have a look at making it work if I get a spare moment. Why don't you simply drop the --pretty=short altogether? git log | git shortlog Nicolas - 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