mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 06:32:37 +00:00
clarify where error message is set
This commit is contained in:
parent
52c5273735
commit
2f28219ce3
@ -238,7 +238,7 @@ static int get_one_status(const char *path, unsigned int status, void *data)
|
|||||||
p_fnmatch(sfi->expected, path, sfi->fnm_flags) != 0))
|
p_fnmatch(sfi->expected, path, sfi->fnm_flags) != 0))
|
||||||
{
|
{
|
||||||
sfi->ambiguous = true;
|
sfi->ambiguous = true;
|
||||||
return GIT_EAMBIGUOUS;
|
return GIT_EAMBIGUOUS; /* giterr_set will be done by caller */
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user