mirror of
https://github.com/git/git.git
synced 2024-11-18 19:13:58 +01:00
Merge branch 'cc/subprocess-handshake-missing-capabilities'
Finishing touches to a topic already in 'master'. * cc/subprocess-handshake-missing-capabilities: subprocess: loudly die when subprocess asks for an unsupported capability
This commit is contained in:
commit
b9db14f52e
@ -184,8 +184,8 @@ static int handshake_capabilities(struct child_process *process,
|
||||
if (supported_capabilities)
|
||||
*supported_capabilities |= capabilities[i].flag;
|
||||
} else {
|
||||
warning("subprocess '%s' requested unsupported capability '%s'",
|
||||
process->argv[0], p);
|
||||
die("subprocess '%s' requested unsupported capability '%s'",
|
||||
process->argv[0], p);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user