Eric Schulte <schulte.e...@gmail.com> writes: >> >> Also, if you can sign your patches (git format-patch -s) that'd >> be even better, but not mandatory. >> > > Should I start signing my patches as well? > > I'm very happy to, I've just never thought about it. If so is there an > easy way to make -s a default option for the Org-mode repo? >
$ git config --global alias.fm 'format-patch -s' Then $ git fm <since-commit> Nick