From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Huau Date: Mon, 30 Apr 2012 13:55:27 +0200 Subject: [U-Boot] [PATCH 0/2] Add support for MINI2440 (s3c2440) In-Reply-To: <20120430113501.87B8D20021A@gemini.denx.de> References: <1335734845-27396-1-git-send-email-contact@huau-gabriel.fr> <20120430110724.GB4656@debian> <20120430113501.87B8D20021A@gemini.denx.de> Message-ID: <20120430115526.GC4656@debian> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Apr 30, 2012 at 01:35:01PM +0200, Wolfgang Denk wrote: > Dear Gabriel Huau, > > In message <20120430110724.GB4656@debian> you wrote: > > > > Just a little question about the ChangeLog. I added the "---" and my > > changements after it, but I see this part in "git log", is it normal ? > > Will this part be deleted in the merge ? > > You should never see this in a git log. > > The "---" separator line gets automatically inserted by "git format-patch"; > you add your comments manually after creating the patch by inserting > them below this line. "git am" will then ignore this line and > everything below it. > > So if you can see this as part of the commit message, something went > wrong. Ok thanks, I misunderstood, I will modify this error after the next review.