Petr Baudis wrote:
Here's git-rev-list --pretty HEAD ^cogito-0.11.1 | git-shortlog
(BTW, Dan, what about another cg-log option for git-shortlog output? ;-):
Well, since I try to use the same output format as git-rev-list --pretty
does (most of the time, it *is* just that...), I can actually already do
cg-log -r:cogito-0.11.1 | git-shortlog
and get the same thing.
/dan