All of lore.kernel.org
 help / color / mirror / Atom feed
* Change code and commit process
@ 2020-11-23  5:45 Jupiter
  2020-11-23  7:00 ` Pavel Machek
  2020-11-23 13:52 ` Jonas Bonn
  0 siblings, 2 replies; 3+ messages in thread
From: Jupiter @ 2020-11-23  5:45 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

How to commit code change, who should I contact for approving code change?

Thank you.

Kind regards,

- jupiter

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Change code and commit process
  2020-11-23  5:45 Change code and commit process Jupiter
@ 2020-11-23  7:00 ` Pavel Machek
  2020-11-23 13:52 ` Jonas Bonn
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2020-11-23  7:00 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

On Mon 2020-11-23 16:45:17, Jupiter wrote:
> How to commit code change, who should I contact for approving code
>change?

See HACKING file in your copy of ofono...?

Best regards,
							Pavel

-- 
http://www.livejournal.com/~pavelmachek

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Change code and commit process
  2020-11-23  5:45 Change code and commit process Jupiter
  2020-11-23  7:00 ` Pavel Machek
@ 2020-11-23 13:52 ` Jonas Bonn
  1 sibling, 0 replies; 3+ messages in thread
From: Jonas Bonn @ 2020-11-23 13:52 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-23 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-23  5:45 Change code and commit process Jupiter
2020-11-23  7:00 ` Pavel Machek
2020-11-23 13:52 ` Jonas Bonn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.