On Thu, Apr 03, 2025 at 09:05:27AM -0500, Justin Tobler wrote: > Greetings, > > Additional information regarding how Git was built can be found via the > `--build-options` flag for git-version(1). This currently does not > include information about the SHA-1 and SHA-256 implementations Git is > built with. > > This short series adds build option info for the SHA-1, SHA-256, and > non-crypto-SHA-1 (if any) implementations which may be useful for > diagnostic purposes > > Changes since V2: > > - Updates to documentation to provide additional context. > > - Inlined `get_sha_impl()` function. Thanks, I'm happy with this version. Patrick