]> git.ipfire.org Git - thirdparty/openssl.git/commit
feat: enhance util/check-format-commit.sh to be able to handle a commit range
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Jul 2024 10:40:29 +0000 (12:40 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 12 Jul 2024 14:36:50 +0000 (15:36 +0100)
commitc2083f4ec608b14b48a43c5d56798a01f1cf4931
tree30d6eddee5b956584d1b6212c3cd6c42ea291fcd
parentb74646b627ade4ff801914d45a7733af2ebf4b5f
feat: enhance util/check-format-commit.sh to be able to handle a commit range

Additionally, the 'git diff' call is modified to not show context lines, as
it's confusing to have style nits displayed on lines the author of the
commits hasn't touched.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24856)
util/check-format-commit.sh