I noticed that there were a couple of duplicate entries in git shortlog -nse v2.19.1.., and then continued a bit to remove the duplicate entries even for v2.10.0..
Changes relative to v1: * Fixed the commit message (it talked about the opposite commit range than intended). * Added a formerly missing space between the email addresses of Masaya. Johannes Schindelin (1): Update .mailmap .mailmap | 13 +++++++++++++ 1 file changed, 13 insertions(+) base-commit: 8858448bb49332d353febc078ce4a3abcc962efe Published-As: https://github.com/gitgitgadget/git/releases/tags/pr-71%2Fdscho%2Fmailmap-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-71/dscho/mailmap-v2 Pull-Request: https://github.com/gitgitgadget/git/pull/71 Range-diff vs v1: 1: b590a9bebf ! 1: c121ebc474 Update .mailmap @@ -2,7 +2,7 @@ Update .mailmap - This patch makes the output of `git shortlog -nse v2.10.0` + This patch makes the output of `git shortlog -nse v2.10.0..master` duplicate-free. Signed-off-by: Johannes Schindelin <[email protected]> @@ -47,7 +47,7 @@ Mark Rada <[email protected]> Martin Langhoff <[email protected]> <[email protected]> Martin von Zweigbergk <[email protected]> <[email protected]> -+Masaya Suzuki <[email protected]><[email protected]> ++Masaya Suzuki <[email protected]> <[email protected]> Matt Draisey <[email protected]> <[email protected]> Matt Kraai <[email protected]> <[email protected]> Matt McCutchen <[email protected]> <[email protected]> -- gitgitgadget

