From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Fri, 27 Apr 2012 22:09:20 +0530 Subject: [U-Boot] [PATCH v2 2/4] patman: Add meaningful statements instead of blah blah Message-ID: <4F9ACBB8.2040408@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add example statements for commit message and series messages Signed-off-by: Vikram Narayanan Cc: Simon Glass --- tools/patman/README | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/patman/README b/tools/patman/README index d9820ab..d98f081 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -132,16 +132,15 @@ Series-prefix: prefix Cover-letter: This is the patch set title -blah blah -more blah blah +This patch set fixes the errors when CONFIG_xxx is enabled. +Tested on xyz board. END Sets the cover letter contents for the series. The first line will become the subject of the cover letter Series-notes: -blah blah -blah blah -more blah blah +Sorry that I couldn't find time to reply for the comments posted on the v1 of my +patch. This patch supersedes v1. Please comment. END Sets some notes for the patch series, which you don't want in the commit messages, but do want to send, The notes are joined -- 1.7.4.1