Skip to content

Instantly share code, notes, and snippets.

@idelpivnitskiy
Created April 15, 2016 10:56
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 idelpivnitskiy/539932752180982668b0e92f9b1cc3da to your computer and use it in GitHub Desktop.
Save idelpivnitskiy/539932752180982668b0e92f9b1cc3da to your computer and use it in GitHub Desktop.
Script to collect all changes during the GSoC
for i in `git log --author="Idel Pivnitskiy" --since=2015-05-25 --until=2015-08-21 --pretty=oneline | sed 's/ .*//'`
do
git format-patch -M -C -1 $i
done | tac > series
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment