2013年7月24日 星期三

Generate patches for specific user

To generate my own patches by the following command:

for commit in `git log --author=XXX --pretty=oneline | awk '{print $1}'`; do git format-patch -1 "$commit"; done

沒有留言: