From: Justin Tobler Date: Thu, 3 Apr 2025 14:05:28 +0000 (-0500) Subject: help: include SHA implementation in version info X-Git-Tag: v2.50.0-rc0~103^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16fd6c85e4d036e789916e4d802b47a792fe496e;p=thirdparty%2Fgit.git help: include SHA implementation in version info When the `--build-options` flag is used with git-version(1), additional information about the built version of Git is printed. During build time, different SHA implementations may be configured, but this information is not included in the version info. Add the SHA implementations Git is built with to the version info by requiring each backend to define a SHA1_BACKEND or SHA256_BACKEND symbol as appropriate and use the value in the printed build options. Signed-off-by: Justin Tobler Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-version.adoc b/Documentation/git-version.adoc index 80fa7754a6..913ebf147d 100644 --- a/Documentation/git-version.adoc +++ b/Documentation/git-version.adoc @@ -22,6 +22,12 @@ OPTIONS --build-options:: Include additional information about how git was built for diagnostic purposes. ++ +The libraries used to implement the SHA-1 and SHA-256 algorithms are displayed +in the form `SHA-1: