git-useful icon indicating copy to clipboard operation
git-useful copied to clipboard

Replace git log with git shortlog

Open amedee opened this issue 7 years ago • 0 comments

  • git shortlog is about 4x faster than git log and parsing with sort and uniq.
  • the numerical output is exactly the same, but git shortlog prints a bit prettier.
  • you will want to use --no-merges.

amedee avatar Aug 07 '18 08:08 amedee