scripts/checkpatch.pl: fix git-show invocation to include diffstat
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 14 Jan 2021 16:57:30 +0000 (16:57 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 18 Jan 2021 10:04:31 +0000 (10:04 +0000)
commit9e5acb373d431ebce03543d7e0e98bacaf6b7027
treeaffda839c1d80874e0658e6e945c5304c701f395
parent22250a6ecd16114b202a55a0ae99963b0a3a8f67
scripts/checkpatch.pl: fix git-show invocation to include diffstat

Without this checkpatch keeps complaining about new/changed files even
when MAINTAINERS has been updated. Normal invocations of checkpatch on
patch files rather than commit IDs are unaffected.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210114165730.31607-13-alex.bennee@linaro.org>
scripts/checkpatch.pl