public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Question about patches
Date: Tue, 20 Jul 2010 09:50:55 +0200	[thread overview]
Message-ID: <4C45555F.4080208@denx.de> (raw)
In-Reply-To: <201007200855.01581.fabio.giovagnini@aurion-tech.com>

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?
> 
> Thanks
> 

Hi Fabio,

you get an introduction how to send patches to ML here:

http://www.denx.de/wiki/U-Boot/Patches

And you get a lot of docs on git on kernel.org. In your case, you do not
need to work directly with patch, git makes the job for you.
all you need is:

- make your changes in your tree (if you want to make things simple)
- git commit (be sure to add your signed-off and to set a useful comment)
- git format patch HEAD~1 (or better check the man page for it..)

That's all. I suggest you to use git send-email to send your patch to
the ML to avoid some corruption by your e-mail client.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  parent reply	other threads:[~2010-07-20  7:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20  6:55 [U-Boot] Question about patches Fabio Giovagnini
2010-07-20  7:00 ` Vipin KUMAR
2010-07-20  7:39   ` Fabio Giovagnini
2010-07-20  7:52     ` Xiangfu Liu
2010-07-20  8:09       ` Fabio Giovagnini
2010-07-20  9:06     ` Vipin KUMAR
2010-07-20  9:21       ` Graeme Russ
2010-07-20  9:52         ` Wolfgang Denk
2010-07-20 10:00           ` Reinhard Meyer
2010-07-20 11:35           ` Graeme Russ
2010-07-20 12:59             ` Wolfgang Denk
2010-07-20 15:29               ` Xiangfu Liu
2010-07-20 23:22               ` Graeme Russ
2010-07-20  7:50 ` Stefano Babic [this message]
2010-07-20  9:46 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C45555F.4080208@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox