From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Mon, 07 Feb 2011 21:37:52 +0100 Subject: [U-Boot] IXP42x patch series version 3 In-Reply-To: <20110204235233.CEEA91B765DB@gemini.denx.de> References: <1296860763-16149-1-git-send-email-michael@schwingen.org> <20110204235233.CEEA91B765DB@gemini.denx.de> Message-ID: <4D505820.90507@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 02/05/2011 12:52 AM, schrieb Wolfgang Denk: > Dear Michael Schwingen, > > In message <1296860763-16149-1-git-send-email-michael@schwingen.org> you wrote: >> here is the third incarnation of the IXP patch series. I hope I addressed >> all the comments from version 2: >> - timer system now uses no BSS-based variables >> - use I/O accessors >> - remove config.mk from board directories >> - set -ffunction-sections/--gc-sections globally (for IXP architecture) > Sorry, but please consider it all NAKed. > > See the note at bullet 2 at > http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions > for the rationale. Hi, I just tried, but I can't find a way to insert the changelog so that git-send-email places it at the required point (ie. after the s.o.b. and inside the same comment block as the diffstat) - all I could get was the changelog inside the comment block, with a line with "---" above, like this: From: Michael Schwingen Date: Fri, 4 Feb 2011 21:34:59 +0100 Subject: [PATCH 01/17] add XScale sub architecture (IXP/PXA) to maintainer list --- Changes for V2: Changes for V3: - change patch description - drop wepep250 (should already be deleted) Changes for V4: - add changelog Signed-off-by: Michael Schwingen --- MAINTAINERS | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b37ed0c..709c5d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -559,8 +559,8 @@ Stefano Babic which looks quite different from what the wiki suggests. Do you have a short pointer how to get the right result using git? Or is this format actually acceptable? thanks, Michael