Search notes:

git shortlog

Summarize git log output.
~/linux/torvalds $ git shortlog -s -n --author nyffenegger
Louis Nyffenegger
René Nyffenegger
~/linux/torvalds $ git shortlog  -n --author 'René Nyffenegger'
René Nyffenegger (2):
      Doc: correct the location of sysrq.c
      include/linux/syscalls.h: use pid_t instead of int
      scripts/tags.sh: Update comment (addition of gtags)

See also

git commands

Index