Forked from seeflanigan/git-oneline-date-and-message.sh
Created
July 12, 2017 15:08
-
-
Save wuftymerguftyguff/0475ca7252b25ee8bfce30f31fd24086 to your computer and use it in GitHub Desktop.
git oneline for short date and commit message within a range
This file contains 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 --oneline --after="2016-03-28" --before="2016-04-03" --pretty=format:"%ad, %s" --date=short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment