From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Mon, 26 Feb 2007 13:29:35 -0600 Subject: [U-Boot-Users] Submitting patches In-Reply-To: <131AF8573CF31945B5B11E4201D3F1E142BB34@mail3.Avidyne.com> References: <131AF8573CF31945B5B11E4201D3F1E142BB34@mail3.Avidyne.com> Message-ID: <45E3351F.1000809@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Matt Gessner wrote: > Hi, > > The README file doesn't cover how to submit patches for U-Boot using > git. > Is it as simple as just pulling the diffs out for each file and > submitting them? Yes. Use git-format-patch to make the patch, and git-send-email to send it to this list. Make sure you add a changelog to the patch before emailing it. Also, if the patch is under the purview of one of the CPU family maintainers, you should CC: him on it. -- Timur Tabi Linux Kernel Developer @ Freescale