[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <68d969b7-1a86-3be6-86f2-a78e92af46a4@infradead.org>
Date: Wed, 9 Nov 2022 23:27:21 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: A <amit.general.misc@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: Submitting patches without using git.
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
Powered by blists - more mailing lists