[Koha-devel] Sign-off on several patches

Jonathan Druart jonathan.druart at biblibre.com
Tue Jan 8 12:50:59 CET 2013


Hi all,

I just added a new git alias in my git config file to sign-off many patches
with a single command.

It is:
  so = "!f() { c=`expr $1 - 1`; git filter-branch -f --msg-filter \"cat &&
echo \\\"\nSigned-off-by: Your Name <you at example.org>\\\"\" HEAD~$c^..; };
f"

Until you have this alias defined, you can signed-off the number of patches
you want with the following git command: git so X

Hope this helps,

Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20130108/91b63810/attachment.html>


More information about the Koha-devel mailing list