Skip to content

Instantly share code, notes, and snippets.

@berngp
Created April 30, 2014 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berngp/de59b357f97f72d5ab1c to your computer and use it in GitHub Desktop.
Save berngp/de59b357f97f72d5ab1c to your computer and use it in GitHub Desktop.
Git Patch Per File
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