]> git.ipfire.org Git - thirdparty/git.git/commit
repository: implement extensions.compatObjectFormat
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 2 Oct 2023 02:40:25 +0000 (21:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Oct 2023 21:57:40 +0000 (14:57 -0700)
commit9ae702faf151802f481e68db8d5cb5b536b31c2a
tree74f5c80e0ecee0ef6edf733fecd332c92ef74294
parent2328ebaa4ef7a921c7021db9e83e122dbe2ac7ad
repository: implement extensions.compatObjectFormat

Add a configuration option to enable updating and reading from
compatibility hash maps when git accesses the reposotiry.

Call the helper function repo_set_compat_hash_algo with the value
that compatObjectFormat is set to.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/extensions.txt
repository.c
setup.c
setup.h