Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ vreportf
Function
vreportf
usage.c:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static void vreportf(const char *prefix, const char *err, va_list params)
41
{
42
vfreportf(stderr, prefix, err, params);
43
}
44
45
static NORETURN void usage_builtin(const char *err, va_list params)
46
{
Callers
5
usage_builtin
Function · 0.85
die_message_builtin
Function · 0.85
error_builtin
Function · 0.85
warn_builtin
Function · 0.85
BUG_vfl_common
Function · 0.85
Calls
1
vfreportf
Function · 0.85
Tested by
no test coverage detected