All of lore.kernel.org
 help / color / mirror / Atom feed
* Submitting patches without using git.
@ 2022-11-10  5:22 A
  2022-11-10  7:27 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: A @ 2022-11-10  5:22 UTC (permalink / raw)
  To: linux-kernel

Hi,

Is learning git necessary to submit patches to linux kernel?

Can I do it without git?

I have used SVN, etc. but I found git a little bit complex.

Amit

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

* Re: Submitting patches without using git.
  2022-11-10  5:22 Submitting patches without using git A
@ 2022-11-10  7:27 ` Randy Dunlap
  2022-11-10  7:38   ` A
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2022-11-10  7:27 UTC (permalink / raw)
  To: A, linux-kernel

Hi--

On 11/9/22 21:22, A wrote:
> Hi,
> 
> Is learning git necessary to submit patches to linux kernel?

No.
Simple patches or small patch series don't need to use git.
As patches become more complex, git could be more of an advantage.

> Can I do it without git?

Sure. For me it's easiest to use 'git send-email', which doesn't require git,
but I have also done it just using an email client (Thunderbird in my case).

(git send-mail may require a separate software installation depending on your
distro and its packaging.)


> I have used SVN, etc. but I found git a little bit complex.


-- 
~Randy

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

* Re: Submitting patches without using git.
  2022-11-10  7:27 ` Randy Dunlap
@ 2022-11-10  7:38   ` A
  0 siblings, 0 replies; 3+ messages in thread
From: A @ 2022-11-10  7:38 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel

> > Is learning git necessary to submit patches to linux kernel?
>
> No.
> Simple patches or small patch series don't need to use git.
> As patches become more complex, git could be more of an advantage.
>
> > Can I do it without git?
>
> Sure. For me it's easiest to use 'git send-email', which doesn't require git,
> but I have also done it just using an email client (Thunderbird in my case).
>
> (git send-mail may require a separate software installation depending on your
> distro and its packaging.)

Thanks Randy.

Amit

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

end of thread, other threads:[~2022-11-10  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10  5:22 Submitting patches without using git A
2022-11-10  7:27 ` Randy Dunlap
2022-11-10  7:38   ` A

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.