
30 Apr
2012
30 Apr
'12
1:55 p.m.
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.