Linus used a lot of different per-machine email addresses in the early days. This means that "git shortlog -nse" does not aggregate his counts, and he is listed well below where he should be (8th instead of 3rd).
Signed-off-by: Jeff King <[email protected]> --- Linus, I recall you considered "email ident from random machine" as a feature very early on in git's history, but you seem to have settled on using the linux-foundation address pretty consistently these days. Please let me know if you object to normalizing your entries in this way. .mailmap | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mailmap b/.mailmap index 4a27b7f..c7e8618 100644 --- a/.mailmap +++ b/.mailmap @@ -52,6 +52,12 @@ Li Hong <[email protected]> Lars Doelle <lars.doelle@on-line ! de> Lars Doelle <[email protected]> Li Hong <[email protected]> +Linus Torvalds <[email protected]> <[email protected]> +Linus Torvalds <[email protected]> <[email protected]> +Linus Torvalds <[email protected]> <[email protected]> +Linus Torvalds <[email protected]> <[email protected]> +Linus Torvalds <[email protected]> <[email protected]> +Linus Torvalds <[email protected]> <[email protected].(none)> Lukas Sandström <[email protected]> Marc-André Lureau <[email protected]> Mark Rada <[email protected]> -- 1.8.0.2.4.g59402aa -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

