
10 Jun
2016
10 Jun
'16
6:44 p.m.
Hi Carlo,
On 10 June 2016 at 02:19, Carlo Caione carlo@caione.org wrote:
On 10/06/16 09:03, Ben Dooks wrote:
do you have git rename-detection enabled?
I simply forgot to pass '-M' to git-format-patch. I can submit a v2 if requested.
Yes please. Also you can use patman which does this for you.
If your patches are in a branch with the correct upstream:
patman -nt
will generate patches and
patman -t
will send them
(you need -t because amlogic is unlikely to be a valid alias)
Regards, Simon