Last active
December 21, 2015 15:09
-
-
Save warantesbr/6324735 to your computer and use it in GitHub Desktop.
List file changes between two commits
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 --name-only --pretty=oneline --full-index SHA-1..SHA-1 | grep -vE '^[0-9a-f]{40} ' | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment