What does git shortlog do?

Git Medium

Git — Medium

What does git shortlog do?

Key points

  • Git shortlog focuses on author-centric commit summaries
  • It omits detailed diff information for brevity
  • The command is useful for identifying top contributors
  • Output can be further customized with various options

Ready to go further?

Related questions