Re: git-shortlog script

From: Linus Torvalds
Date: Sat Jun 04 2005 - 18:47:46 EST




On Sat, 4 Jun 2005, Linus Torvalds wrote:
>
> Btw, it shows how broken your merge script is: you don't fill in the
> AUTHOR field properly for some reason:

Oh, and the reason you didn't notice is that "git-whatchanged" normally
ignores merges. Do

git-rev-list --pretty HEAD ^v2.6.12-rc5 | git-shortlog | less -S

to see what I'm talking about ("show shortlog of all the changes since
v2.6.12-rc5").

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/