From: Junio C Hamano <hidden> Date: 2016-06-15 23:06:06
Torsten Bögershausen [off-list ref] writes:
It looks as if
static char *get_repo_path(const char *repo, int *is_bundle)
in built/clone.c
checks if there is a local directory structure looking like a
.git directory.
This is wrong.
It is as designed, though, to allow cloning from a local directory
with any name.