]> git.ipfire.org Git - thirdparty/git.git/commit
config: make git_config_include() static
authorJonathan Tan <jonathantanmy@google.com>
Tue, 18 Jan 2022 17:47:39 +0000 (09:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Jan 2022 21:55:53 +0000 (13:55 -0800)
commited69e11b89af41c112ab80f5278a2b29c6f5f5b3
tree4cb3aa28f7e374ffc1a35533721a3a0406113636
parentabe6bb3905392d5eb6b01fa6e54d7e784e0522aa
config: make git_config_include() static

It is not used from outside the file in which it is declared.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Acked-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c
config.h