Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ die_resolve_conflict
Function
die_resolve_conflict
advice.c:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void NORETURN die_resolve_conflict(const char *me)
229
{
230
error_resolve_conflict(me);
231
die(_(
"Exiting because of an unresolved conflict."
));
232
}
233
234
void NORETURN die_conclude_merge(void)
235
{
Callers
4
cmd_merge
Function · 0.85
cmd_merge_recursive
Function · 0.85
cmd_pull
Function · 0.85
refresh_cache_or_die
Function · 0.85
Calls
2
error_resolve_conflict
Function · 0.85
die
Function · 0.70
Tested by
no test coverage detected