You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the same user had multiple entries, I mostly went with whichever
entry had the most non-merge commits. Before this commit:
$ git shortlog -se --no-merges
...
5 Mrunal Patel <[email protected]>
81 Mrunal Patel <[email protected]>
...
1 Wang Qilin <[email protected]>
5 Wang Qilin <[email protected]>
8 liang chenye <[email protected]>
8 liangchenye <[email protected]>
...
1 梁辰晔 (Liang Chenye) <[email protected]>
With Liang, I went with the version that also included the logograms,
because logograms are cool and it matches his GitHub name [1] ;).
The order is alphabetical according to Emacs' sort-lines ;).
Details on the format in git-shortlog(1).
[1]: https://github.com/liangchenye
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments