Skip to content

Instantly share code, notes, and snippets.

@eresende
Last active August 29, 2015 14:04
Show Gist options
  • Save eresende/8c8584a305877c162550 to your computer and use it in GitHub Desktop.
Save eresende/8c8584a305877c162550 to your computer and use it in GitHub Desktop.
Show Git log entries that belong to me, between dates and exclude merges
git log --author=Eusebio --since='2014-07-22' --until='2014-07-26' --pretty=format:"%ad%x09%s" --abbrev-commit --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment