The shortlog gives us summaries of git log; the -s flag will a suppress commit description and provide a commit count summary only, and the -n flag will sort output according to the number of commits per author instead of author alphabetic order. The issue here is the wording.
Full article