2015-12-07 15:33 GMT+09:00 Jagan Teki <[email protected]>: > On Monday 07 December 2015 11:45 AM, Masahiro Yamada wrote: >> >> 2015-12-07 15:10 GMT+09:00 Jagan Teki <[email protected]>: >>> >>> Hi Masahiro, >>> >>> >>> On Monday 07 December 2015 11:36 AM, Masahiro Yamada wrote: >>>> >>>> >>>> Hi Jagan, >>>> >>>> 2015-12-07 14:54 GMT+09:00 Jagan Teki <[email protected]>: >>>>> >>>>> >>>>> Used quite different name's and e-mail address, all of >>>>> them mapped to standard name and e-mail address. >>>>> >>>>> Cc: Tom Rini <[email protected]> >>>>> Cc: Masahiro Yamada <[email protected]> >>>>> Signed-off-by: Jagan Teki <[email protected]> >>>>> --- >>>>> .mailmap | 6 +++++- >>>>> 1 file changed, 5 insertions(+), 1 deletion(-) >>>>> >>>>> diff --git a/.mailmap b/.mailmap >>>>> index e1c6663..2ec05ed 100644 >>>>> --- a/.mailmap >>>>> +++ b/.mailmap >>>>> @@ -13,7 +13,11 @@ Andreas Bießmann <[email protected]> >>>>> Aneesh V <[email protected]> >>>>> Dirk Behme <[email protected]> >>>>> Fabio Estevam <[email protected]> >>>>> -Jagannadha Sutradharudu Teki <[email protected]> >>>>> +Jagan Teki <[email protected]> Jagannadha Sutradharudu Teki >>>>> <[email protected]> >>>>> +Jagan Teki <[email protected]> Jagannadha Sutradharudu Teki >>>>> <[email protected]> >>>>> +Jagan Teki <[email protected]> Jagannadha Sutradharudu Teki >>>>> <[email protected]> >>>>> +Jagan Teki <[email protected]> Jagannadha Sutradharudu Teki >>>>> <[email protected]> >>>>> +Jagan Teki <[email protected]> Jagannadha Sutradharudu Teki >>>>> <[email protected]> >>> >>> >>> >>> With this all commit count mapped to Jagan Teki <[email protected]> >>> $ git shortlog -s -n >>> 251 Jagan Teki >> >> >> >> I know. >> >> >>> Otherwise it would show separately >>> $ git shortlog -s -n >>> 148 Jagannadha Sutradharudu Teki >>> 103 Jagan Teki >>> >> >> >> >> >> With my simpler one, "git shortlog -s -n" also gave me >> 249 Jagan Teki > > > How come your getting 249 I got the count separately with your notation > $ git shortlog -s -n > 148 Jagannadha Sutradharudu Teki > 117 Jagan Teki > >
I have no idea. Anyway, this is what I got. (and also "man git-shortlog" taught me about how .mailmap should be written.) yamada@beagle:~/workspace/u-boot$ git --version git version 1.9.1 yamada@beagle:~/workspace/u-boot$ git describe v2016.01-rc1-441-g75507d5 yamada@beagle:~/workspace/u-boot$ git diff diff --git a/.mailmap b/.mailmap index e1c6663..2f32fe8 100644 --- a/.mailmap +++ b/.mailmap @@ -13,7 +13,11 @@ Andreas Bießmann <[email protected]> Aneesh V <[email protected]> Dirk Behme <[email protected]> Fabio Estevam <[email protected]> -Jagannadha Sutradharudu Teki <[email protected]> +Jagan Teki <[email protected]> +Jagan Teki <[email protected]> +Jagan Teki <[email protected]> +Jagan Teki <[email protected]> +Jagan Teki <[email protected]> Markus Klotzbuecher <[email protected]> Prabhakar Kushwaha <[email protected]> Rajeshwari Shinde <[email protected]> yamada@beagle:~/workspace/u-boot$ git shortlog -n -s | grep -C 3 Jagan 295 Jon Loeliger 295 York Sun 286 Peter Tyser 249 Jagan Teki 235 Anatolij Gustschin 216 Albert ARIBAUD 204 Benoît Thébaudeau -- Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

