Skip to content

Instantly share code, notes, and snippets.

@dbrack
Last active August 3, 2017 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrack/f892b8c3e4fa8a1a2db20e8b71627ee1 to your computer and use it in GitHub Desktop.
Save dbrack/f892b8c3e4fa8a1a2db20e8b71627ee1 to your computer and use it in GitHub Desktop.
List git commits for a specific author were committed on a weekend
git log --pretty=format:"%h%x09%an%x09%ad%x09%s" --author "John" | grep 'Sat\|Sun'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment