From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin KUMAR Date: Tue, 20 Jul 2010 12:30:39 +0530 Subject: [U-Boot] Question about patches In-Reply-To: <201007200855.01581.fabio.giovagnini@aurion-tech.com> References: <201007200855.01581.fabio.giovagnini@aurion-tech.com> Message-ID: <4C454997.3030400@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7/20/2010 12:25 PM, Fabio Giovagnini wrote: > Hi all, > for sending a patch do I need to have on my PC two u-bbot tree, one original > obtaned by git command, and another to make the modifications? > > Or can I produce the patches using the original tree resident on git server? > Ciao Fabio, You can use git format patch command to produce numbered patches You can google it to know more Regards Vipin > Thanks >