Re: [PATCH] checkpatch: add support to check 'Fixes:' tag format

2020-04-30 Thread Joe Perches
On Thu, 2020-04-30 at 20:56 +0800, Wang YanQing wrote: > On Wed, Apr 29, 2020 at 07:40:21PM +0200, Markus Elfring wrote: > > > “... > > > Do not split the tag across multiple > > > lines, tags are exempt from the "wrap at 75 columns" rule in order to > > > simplify > > > parsing scripts > > > ...”

Re: [PATCH] checkpatch: add support to check 'Fixes:' tag format

2020-04-30 Thread Wang YanQing
On Wed, Apr 29, 2020 at 07:40:21PM +0200, Markus Elfring wrote: > > “... > > Do not split the tag across multiple > > lines, tags are exempt from the "wrap at 75 columns" rule in order to > > simplify > > parsing scripts > > ...” > > Why do you not like the reformatting of the quotation so far >

Re: [PATCH] checkpatch: add support to check 'Fixes:' tag format

2020-04-29 Thread Markus Elfring
> “... > Do not split the tag across multiple > lines, tags are exempt from the "wrap at 75 columns" rule in order to simplify > parsing scripts > ...” Why do you not like the reformatting of the quotation so far (if such change descriptions should cope also with specific Unicode characters)? “…

[PATCH] checkpatch: add support to check 'Fixes:' tag format

2020-04-29 Thread Wang YanQing
According to submitting-patches.rst, 'Fixes:' tag has a little stricter condition about the one line summary than normal git commit description: “... Do not split the tag across multiple lines, tags are exempt from the "wrap at 75 columns" rule in order to simplify parsing scripts ...” And there i