]> 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:35 +0000 (19:13 +0200)
commit2d66a1f3ad7ad82512db22103ee503dcb09673a7
treec30373146cffbcfa43fd71d0537efe4be5a010de
parent6c5d16ffc549ccfcd1302293fe1d58b4316a1dc2
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