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

2020-05-22 Thread Wang YanQing
On Mon, May 04, 2020 at 11:34:31AM -0700, Joe Perches wrote: > On Mon, 2020-05-04 at 16:20 +0800, Wang YanQing wrote: > > According to submitting-patches.rst, 'Fixes:' tag has a little > > stricter condition about the one line summary than normal git > > commit description: > > “... > > Do not

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

2020-05-04 Thread Joe Perches
On Mon, 2020-05-04 at 16:20 +0800, Wang YanQing wrote: > 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

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

2020-05-04 Thread Wang YanQing
On Mon, May 04, 2020 at 11:45:02AM +0200, Markus Elfring wrote: > > > 4: Add support to check and emit sensible diagnostics > > info for description which spans across more than > > two lines. > > My software concerns are growing also for the preferred dependency management. >

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

2020-05-04 Thread Markus Elfring
> v6: … > 2: Fix a typo issue, reported by … > 3: Reword some diagnostics info. Such small improvements are nice. > 4: Add support to check and emit sensible diagnostics > info for description which spans across more than > two lines. My software concerns are growing also for the