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 ofono(a)ofono.org patches
Roughly like that... double-check the commands because I might have
missed something.
/Jonas
>
> Thank you.
>
> Kind regards,
>
> - jupiter
> _______________________________________________
> ofono mailing list -- ofono(a)ofono.org
> To unsubscribe send an email to ofono-leave(a)ofono.org
>