Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-20 Thread Joe Perches
On Sat, 2014-09-20 at 12:31 +0200, Fabian Frederick wrote: > > On 16 September 2014 at 18:31 Joe Perches wrote: > > On Tue, 2014-09-16 at 18:15 +0200, Fabian Frederick wrote: > > > > On 16 September 2014 at 05:22 Joe Perches wrote: > > > > On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-20 Thread Fabian Frederick
> On 16 September 2014 at 18:31 Joe Perches wrote: > > > On Tue, 2014-09-16 at 18:15 +0200, Fabian Frederick wrote: > > > On 16 September 2014 at 05:22 Joe Perches wrote: > > > On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote: > > > > Adding patch subject uniqueness check in checkpatch

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-16 Thread Joe Perches
On Tue, 2014-09-16 at 18:15 +0200, Fabian Frederick wrote: > > On 16 September 2014 at 05:22 Joe Perches wrote: > > On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote: > > > Adding patch subject uniqueness check in checkpatch --strict mode. > > > See Documentation/SubmittingPatches/globally

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-16 Thread Fabian Frederick
> On 16 September 2014 at 05:22 Joe Perches wrote: > > > On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote: > > Adding patch subject uniqueness check in checkpatch --strict mode. > > See Documentation/SubmittingPatches/globally-unique identifier. > > Perhaps something like this? > --- > 

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-15 Thread Joe Perches
On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote: > Adding patch subject uniqueness check in checkpatch --strict mode. > See Documentation/SubmittingPatches/globally-unique identifier. Perhaps something like this? --- scripts/checkpatch.pl | 52 +++

Re: [PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-15 Thread Joe Perches
On Mon, 2014-09-15 at 20:43 +0200, Fabian Frederick wrote: > Adding patch subject uniqueness check in checkpatch --strict mode. > See Documentation/SubmittingPatches/globally-unique identifier. I'm not sold on the concept as I'm not sure that global subject uniqueness is all that important. There

[PATCH 1/1] checkpatch: check for subject uniqueness in git repository.

2014-09-15 Thread Fabian Frederick
Adding patch subject uniqueness check in checkpatch --strict mode. See Documentation/SubmittingPatches/globally-unique identifier. Inspired-by: Andrew Morton Cc: Andrew Morton Cc: Joe Perches Signed-off-by: Fabian Frederick --- scripts/checkpatch.pl | 14 ++ 1 file changed, 14 ins