Created
June 1, 2014 22:47
-
-
Save yuki24/d9cd34a62b406246588f to your computer and use it in GitHub Desktop.
git diff by commit messages
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
BRANCH=0.16-stable; M=`git log --pretty=format:'%s' master | sort`; B=`git log --pretty=format:'%s' $BRANCH | sort`; diff <(echo "${MASTER}") <(echo "${B}") | grep "^>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment