]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a check-format-commit.sh script
authorNeil Horman <nhorman@openssl.org>
Mon, 8 Jul 2024 12:30:49 +0000 (08:30 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 10 Jul 2024 11:31:14 +0000 (07:31 -0400)
commitacae12eb781658479b4fb3fee6334fd14a3c2739
tree1096bce37808e86e8ec9f67639163b52e46d2ada
parent2a45839778955ffcab01918f10544d46e42f9a5b
Add a check-format-commit.sh script

Add a wrapper script to check-format.pl, which is capable of analyzing
commits rather than just a file.  for a provided commit this script:

1) runs check-format.pl on the files changed in the provided commit

2) filters the output of check-format.pl, only producing lines that
   match ranges of changed lines in those files

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24806)
util/check-format-commit.sh [new file with mode: 0755]