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 <[email protected]>\\\"\" 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
_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/