]> 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)
committerDr. David von Oheimb <dev@ddvo.net>
Sat, 26 Oct 2024 17:13:22 +0000 (19:13 +0200)
commit22e7005d9a69b3f913e53ed1f8f77ed961431b2e
tree2eb28bae46e91ec7622353702f95b564338e6261
parenta961f7c3ffed274dc0f0a5758f14cf94388d5f56
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)

(cherry picked from commit c2083f4ec608b14b48a43c5d56798a01f1cf4931)
util/check-format-commit.sh