<div dir="ltr">Yes, it's possible<div><br></div><div>Here's what I use:</div><div><br></div><div><div>so = "!f() { c=`expr $1 - 1`; git filter-branch -f --msg-filter \"echo -n \\\"[SIGNED-OFF] \\\" && cat && echo \\\"\nSigned-off-by: Barton Chittenden <<a href="mailto:barton@bywatersolutions.com">barton@bywatersolutions.com</a>>\\\"\" HEAD~$c^..; }; f"</div></div><div><br></div><div>... I'm not sure where that came from. It *may* have even come from an earlier version on the wiki... I think that the issue is that git bz attach will automatically obsolete patches that have the same subject line, whereas appending "[SIGNED-OFF]" may break that. Take that with a large grain of salt, test it yourself and maybe run it by the good QA folx.</div><div><br></div><div>--Barton</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 1, 2016 at 11:37 AM, Owen Leonard <span dir="ltr"><<a href="mailto:oleonard@myacpl.org" target="_blank">oleonard@myacpl.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The wiki has a good command for signing off multiple patches at once:<br>
<br>
<a href="https://wiki.koha-community.org/wiki/Git_bz_configuration#Signing_off_2" rel="noreferrer" target="_blank">https://wiki.koha-community.org/wiki/Git_bz_configuration#Signing_off_2</a><br>
<br>
I have a suggestion for an improvement: Prepend "[SIGNED-OFF]" to the<br>
first line of each.<br>
<br>
Is that possible?<br>
<span class="HOEnZb"><font color="#888888"><br>
  -- Owen<br>
<br>
--<br>
Web Developer<br>
Athens County Public Libraries<br>
<a href="http://www.myacpl.org" rel="noreferrer" target="_blank">http://www.myacpl.org</a><br>
_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br>
</font></span></blockquote></div><br></div>