Re: Adding a line after the signed-off git am -s

2019-10-16 Thread Daniel Lezcano
On 16/10/2019 00:52, Beat Bolli wrote: > On 11.10.19 16:43, Daniel Lezcano wrote: >> >> Hi all, >> >> Is there a way to specify a line to be added in the change-log after the >> SOB with git-am ? >> >> I would like to do something: >> >> git am -s -l "Link: https://lore.kernel.org/r/" >> >> Which w

Re: Adding a line after the signed-off git am -s

2019-10-15 Thread Beat Bolli
On 11.10.19 16:43, Daniel Lezcano wrote: > > Hi all, > > Is there a way to specify a line to be added in the change-log after the > SOB with git-am ? > > I would like to do something: > > git am -s -l "Link: https://lore.kernel.org/r/" > > Which will give: > > blabla > > Signed-off-by: aut..

Re: Adding a line after the signed-off git am -s

2019-10-11 Thread Junio C Hamano
Daniel Lezcano writes: > I would like to do something: > > git am -s -l "Link: https://lore.kernel.org/r/" > > Which will give: > > blabla > > Signed-off-by: aut...@kairnail.org > Signed-off-by: commi...@kairnail.org > Link: https://lore.kernel.org/r/ > > This way it is compatible with patchwork,

Adding a line after the signed-off git am -s

2019-10-11 Thread Daniel Lezcano
Hi all, Is there a way to specify a line to be added in the change-log after the SOB with git-am ? I would like to do something: git am -s -l "Link: https://lore.kernel.org/r/" Which will give: blabla Signed-off-by: aut...@kairnail.org Signed-off-by: commi...@kairnail.org Link: https://lore