Make non-static functions, that may be static, static
Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
0c4cd7f4a7
commit
186458b11b
@ -431,7 +431,7 @@ static void merge_name(const char *remote, struct strbuf *msg)
|
||||
sha1_to_hex(remote_head->sha1), remote);
|
||||
}
|
||||
|
||||
int git_merge_config(const char *k, const char *v, void *cb)
|
||||
static int git_merge_config(const char *k, const char *v, void *cb)
|
||||
{
|
||||
if (branch && !prefixcmp(k, "branch.") &&
|
||||
!prefixcmp(k + 7, branch) &&
|
||||
|
Reference in New Issue
Block a user