]> git.ipfire.org Git - thirdparty/git.git/commit
repo-settings: split out declarations into a standalone header
authorPatrick Steinhardt <ps@pks.im>
Thu, 12 Sep 2024 11:30:04 +0000 (13:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 17:15:42 +0000 (10:15 -0700)
commita0d09c56ba6c2e9fc07a19531e29c43f83c445f7
tree1e39ea5d80a26bb2bf9c0f26ced180f41b8dc6a5
parent673af418d0f271faadb24486348430e547d32d2a
repo-settings: split out declarations into a standalone header

While we have "repo-settings.c", we do not have a corresponding
"repo-settings.h" file. Instead, this functionality is part of the
"repository.h" header, making it hard to discover.

Split the declarations out of "repository.h" and create a standalone
header file with them.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
repo-settings.c
repo-settings.h [new file with mode: 0644]
repository.h