Hacker News new | ask | show | jobs
by masukomi 1114 days ago
a) cool

b) here's the same thing but redone as a git alias (in the [alias] section of your ~/.gitconfig). This would be invoked as `git logme`

logme = !git log --pretty=format:\"* %s\" --author `git config user.email`