]> 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:14:06 +0000 (19:14 +0200)
commitc5cf9ac0d0e30c6d39cbfe670be2c1f1272b7d5d
tree8a9d4ebdce67127c3d6c020c53d651ecda816ccc
parentdf6600ee1546e29b99669117a17a80acfe6c6f3d
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