Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > setup_git_directory_gently has done the check already. > > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> > --- > Sorry, somehow I left this line behind. It should have been gone > from my re-fix patch. > > setup.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/setup.c b/setup.c > index e96a316..b59dbe7 100644 > --- a/setup.c > +++ b/setup.c > @@ -388,7 +388,6 @@ int check_repository_format(void) > const char *setup_git_directory(void) > { > const char *retval = setup_git_directory_gently(NULL); > - check_repository_format(); Ah, because the previous line already calls the same repository format check, this is now unneeded, indeed. Thanks. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html