зеркало из https://github.com/microsoft/git.git
for-each-reflog: not having $GIT_DIR/logs directory is not an error.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
25b51e2c7f
Коммит
acb39f64c6
2
refs.c
2
refs.c
|
@ -1251,7 +1251,7 @@ static int do_for_each_reflog(const char *base, each_ref_fn fn, void *cb_data)
|
|||
free(log);
|
||||
closedir(dir);
|
||||
}
|
||||
else
|
||||
else if (*base)
|
||||
return errno;
|
||||
return retval;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче