Last active
August 29, 2015 14:06
-
-
Save thisislawatts/1fc2ebad1a7666052caa to your computer and use it in GitHub Desktop.
Email last ten items of project's git log to someone
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
git log --pretty=format:"%h%x09%ad%x09%s" -10 | mail -s "Repo Updates: $(date)" [email protected] -f [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment