From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Date: Tue, 23 Jul 2013 20:03:11 +0000 Subject: Re: Creating and sending patch without git (Sending As plain text) Message-Id: List-Id: References: <51EEDF14.3010906@gmail.com> In-Reply-To: <51EEDF14.3010906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Wed, 24 Jul 2013, Kumar Gaurav wrote: > Hi Dan, > > > I have fixed several bugs in a program in staging and now want to send it to > > you before sending to maintainers. But currently i don't have git clone of > > current kernel. I had downloaded full tarball of 3.11-rc1 version. > > > So please tell me if there's a way to formate a mail and create a path for the > > fix that i did. So that you can review my code. You can read Documentation/SubmittingPatches, compare your results to what you see on mailing lists, and send your patch to yourself and be sure that you can save your message as is and apply it. julia