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
NEW_RELEASE=`git tag | grep RELEASE_ | tail -n 1` | |
PREVIOUS_RELEASE=`git tag | grep RELEASE_ | tail -n 2 | head -n 1` | |
#git log ${PREVIOUS_RELEASE}..${NEW_RELEASE} | grep 'Merge pull' | |
git log --oneline --merges ${PREVIOUS_RELEASE}..${NEW_RELEASE} |
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_complete g __git_main |
NewerOlder