Nicolas Pitre wrote:
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
Dunno. Mainly because I saw the "git log --pretty=short | git shortlog"
construct somewhere, I guess. Either way, it would make more sense to
have it as --pretty=by-author or something like that instead.
--
Andreas Ericsson andreas.ericsson@xxxxxx
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
-
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