Michael Haggerty writes:
> Now, we have to consider the opposite case, namely that we are calling a
> non-buggy implementation of `rename()`, and we artificially change
> ENOTDIR to EISDIR. Can that cause any bad effects?
>
> I don't think so, because the case where a non-buggy implementation can
On 02/17/2016 09:53 PM, Junio C Hamano wrote:
> Michael Haggerty writes:
>
>> Besides shortening the code, this saves an unnecessary call to
>> safe_create_leading_directories_const() in almost all cases.
>>
>> Signed-off-by: Michael Haggerty
>> ---
>> refs/files-backend.c | 76
>>
Michael Haggerty writes:
> Besides shortening the code, this saves an unnecessary call to
> safe_create_leading_directories_const() in almost all cases.
>
> Signed-off-by: Michael Haggerty
> ---
> refs/files-backend.c | 76
> ++--
> 1 file change
Besides shortening the code, this saves an unnecessary call to
safe_create_leading_directories_const() in almost all cases.
Signed-off-by: Michael Haggerty
---
refs/files-backend.c | 76 ++--
1 file changed, 32 insertions(+), 44 deletions(-)
diff
4 matches
Mail list logo