Skip to content

Instantly share code, notes, and snippets.

@kany
Last active December 10, 2015 23:49
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 kany/4512640 to your computer and use it in GitHub Desktop.
Save kany/4512640 to your computer and use it in GitHub Desktop.
Search Git Logs
Search git logs for tickets = 5803,5804,or5805 using regex.
http://gitready.com/advanced/2009/01/20/bend-logs-to-your-will.html
git log --grep=580[345] --stat -p --author=frank
@kany
Copy link
Author

kany commented Apr 9, 2013

Search commit logs for content:

git log --oneline -S'yes.png'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment