From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 8 Nov 2012 00:20:21 +0100 Subject: [U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches In-Reply-To: <1351613717-7617-1-git-send-email-sjg@chromium.org> References: <1351613717-7617-1-git-send-email-sjg@chromium.org> Message-ID: <20121108002021.1c69e238@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 30 Oct 2012 09:15:16 -0700 Simon Glass wrote: > Often a particular patch may change only for some versions of a series. > For versions where there is no change, issue a change log indicating > that (for example 'Changes in v4: None'). > > For such lines, don't add a blank line afterwards, to conserve space. > Use list.insert() instead of list = [item] + list. > > Signed-off-by: Simon Glass > --- > tools/patman/series.py | 21 +++++++++++++-------- > 1 files changed, 13 insertions(+), 8 deletions(-) Applied to staging/agust at denx.de. Thanks! Anatolij