MCPcopy Create free account
hub / github.com/git/git / die_message_builtin

Function die_message_builtin

usage.c:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static void die_message_builtin(const char *err, va_list params)
70{
71 if (!err)
72 return;
73 trace2_cmd_error_va(err, params);
74 vreportf(_("fatal: "), err, params);
75}
76
77/*
78 * We call trace2_cmd_error_va() in the below functions first and

Callers

nothing calls this directly

Calls 1

vreportfFunction · 0.85

Tested by

no test coverage detected