mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
We recently found that the addition of a git config command in util/find-doc-nits is broken in some cases, sepecifically because git around version 2.46 broke command line compatibility, replacing the --regexp option with the --get-regexp option. So to maintain usage of this specific command to parse the .gitconfig file, we would need to do some extra version detection to construct the proper command line. However, find-doc-nits already has a fallback condition, which does some pure perl parsing of the gitconfig file, which works perfectly well. Instead of trying to do version matching to construct the right form of the git config command line, just remove it all, and rely on the perl parrse to do this work for us, which works currently in all cases. Fixes #29197 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/29304)
55 KiB
Executable File
55 KiB
Executable File