Re: [U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches

2012-11-07 Thread Anatolij Gustschin
Hi, On Tue, 30 Oct 2012 09:15:16 -0700 Simon Glass s...@chromium.org 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

Re: [U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches

2012-10-31 Thread Stefan Roese
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

[U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches

2012-10-30 Thread Simon Glass
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] +