зеркало из https://github.com/microsoft/git.git
credential: set trace2_child_class for credential manager children
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
Родитель
b529f6e610
Коммит
06eefb97ae
|
@ -286,6 +286,8 @@ static int run_credential_helper(struct credential *c,
|
||||||
else
|
else
|
||||||
helper.no_stdout = 1;
|
helper.no_stdout = 1;
|
||||||
|
|
||||||
|
helper.trace2_child_class = "cred";
|
||||||
|
|
||||||
if (start_command(&helper) < 0)
|
if (start_command(&helper) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче