]> git.ipfire.org Git - thirdparty/git.git/commit
help: add a build option for default hash
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 1 Jul 2025 21:22:36 +0000 (21:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 21:58:26 +0000 (14:58 -0700)
commit39153c809711885ca2ea5b527e4ff893170f1b6f
treededa6f2f7e4194fcdcaeeaccf04a0306071173d9
parent9d619f2ef8c95a791d34f5d3cb2793dcc0b8610d
help: add a build option for default hash

We'd like users to be able to determine the hash algorithm that is the
builtin default in their version of Git.  This is useful for
troubleshooting, especially when we decide to change the default.  Add
an entry for the default hash in the output of git version
--build-options so that users can easily access that information and
include it in bug reports.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c