git Trick : Create .patch files from git log Today i need to create a bunch of patch files from git commits. Just attempted the following script and it seemed to work git log --pretty=oneline --abbrev-commit --since=11/Jun/2014 | gawk