Last active
December 10, 2015 23:49
-
-
Save kany/4512640 to your computer and use it in GitHub Desktop.
Search Git Logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search commit logs for content:
git log --oneline -S'yes.png'