Last active
January 14, 2016 14:54
-
-
Save groundwalker/aa4cfdfcf5f1d8a0de09 to your computer and use it in GitHub Desktop.
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
| #!/bin/sh | |
| #prev_rev=$1 | |
| rev=`git rev-parse --short HEAD` | |
| date=`date +%m/%d` | |
| echo $date build $rev | |
| echo | |
| #git log | grep '^\(commit\| \)'| sed -n "1,/${prev_rev}/p" | |
| git log | grep '^\(commit\| \)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment