Hi,
On 23/11/2020 06:45, Jupiter wrote:
How to commit code change, who should I contact for approving code change?
- prepare your patches in git on top of origin/master
- create a patch series
$ git format-patch --cover-letter origin/master -o patches
- edit the cover letter file, explaining what your patch series aims to do
- send the patches to the list
$ git send-email --to [email protected] patches
Roughly like that... double-check the commands because I might have
missed something.
/Jonas
Thank you.
Kind regards,
- jupiter
_______________________________________________
ofono mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
ofono mailing list -- [email protected]
To unsubscribe send an email to [email protected]