devtools: standardize script arguments
authorCiara Power <ciara.power@intel.com>
Tue, 23 Jun 2020 09:29:34 +0000 (10:29 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 30 Jul 2020 23:09:26 +0000 (01:09 +0200)
commitb1214d9882a96c30e489730a06f5872612588c8a
tree16ff95028362edb214ef10c16209778d9c1a22e3
parent525d803185c44d3436e07689e9726585e4681dc0
devtools: standardize script arguments

This patch modifies the arguments expected by the check-git-log script,
to match the format of arguments for the checkpatches script. Both
scripts now take certain argument options in the same format, making
them easier to use.
e.g. Both now take a commit ID range by "-r <range>"

The checkpatches help print is also updated to include the "-h" option.

The contributor's guide includes the usage of both the checkpatches and
check-git-log scripts, which needed to be updated to reflect the now
standardised format.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Thomas Monjalon <thomas@monjalon.net>
devtools/check-git-log.sh
devtools/checkpatches.sh
doc/guides/contributing/patches.rst