[Intel-wired-lan] [PATCH] checkpatch.pl: allow commit descriptions to include date
Brown, Aaron F
aaron.f.brown at intel.com
Wed Apr 3 02:09:59 UTC 2019
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Jacob Keller
> Sent: Wednesday, October 4, 2017 5:34 PM
> To: Intel Wired LAN <intel-wired-lan at lists.osuosl.org>
> Subject: [Intel-wired-lan] [PATCH] checkpatch.pl: allow commit descriptions
> to include date
>
> Since commit d311cd44545f ("checkpatch: add test for commit id
> formatting style in commit log") checkpatch has supported a check that
> git commit references are done in a standardized way.
>
> Some communities (the Git mailing list, among others) advocate the
> addition of a date to the end of the description, converting
>
> d311cd44545f ("checkpatch: add test for commit id formatting style in
> commit log")
>
> into
>
> d311cd44545f ("checkpatch: add test for commit id formatting style in
> commit log", 2014-08-06)
>
> Extend checkpatch.pl to allow such a date, and add verification that the
> date matches the commit author date, if it exists.
>
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> ---
> scripts/checkpatch.pl | 32 +++++++++++++++++++-------------
> 1 file changed, 19 insertions(+), 13 deletions(-)
Tested-by: Aaron Brown <aaron.f.brown at intel.com>
More information about the Intel-wired-lan
mailing list