From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 31 Oct 2012 17:12:53 +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: <50914E05.5030609@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/30/2012 05:15 PM, 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 Nice! That was quick! Thirsty? ;) Tested-by: Stefan Roese Thanks, Stefan