]> git.99rst.org Git - git.git/commit
repository: implement extensions.compatObjectFormat
authorbrian m. carlson <redacted>
Mon, 2 Oct 2023 02:40:25 +0000 (21:40 -0500)
committerJunio C Hamano <redacted>
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" <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/config/extensions.txt
repository.c
setup.c
setup.h
git clone https://git.99rst.org/PROJECT