Search notes:

git shortlog

Summarize git log output.
$ git shortlog -s -n --author nyffenegger
Louis Nyffenegger
René Nyffenegger
$ 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

See also

git commands

Index