Created
April 30, 2014 22:51
-
-
Save berngp/de59b357f97f72d5ab1c to your computer and use it in GitHub Desktop.
Git Patch Per File
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
for x in $(find "src/java" -name "*.java"); do git format-patch master $x --stdout > "MESOS-1259-${x//\//-}" ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment