Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ usagef
Function
usagef
usage.c:170–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
void NORETURN usagef(const char *err, ...)
171
{
172
va_list params;
173
174
va_start(params, err);
175
usage_routine(err, params);
176
va_end(params);
177
}
178
179
void NORETURN usage(const char *err)
180
{
Callers
6
usage
Function · 0.85
cmd_main
Function · 0.85
cmd_cat_file
Function · 0.85
cmd_merge_recursive
Function · 0.85
parse_one_option
Function · 0.85
cmd_diff_pairs
Function · 0.85
Calls
no outgoing calls
Tested by
1
cmd_main
Function · 0.68