]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
config: mark otherwise unused function as file-scope static
authorJunio C Hamano <gitster@pobox.com>
Thu, 20 Nov 2025 19:32:45 +0000 (11:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Nov 2025 23:03:40 +0000 (15:03 -0800)
commit770afe443784b3ec2c72d68aa509e48064942348
treecba3de6481b8591b47d8ecd1a49488d8ca7d4a4d
parentccfcaf399ffcc91553395a8de8e833e7685e7cc2
config: mark otherwise unused function as file-scope static

git_configset_get_pathname() is only used once inside config.c; we do
not have to expose it as a public function.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c
config.h