Re: [PATCH v3 02/10] submodule status: use submodule--helper is-active
From: Junio C Hamano <hidden> Date: 2017-03-14 20:20:32
Stefan Beller [off-list ref] writes:
There we take the path as name and if a real name exists, the name
is overwritten with the real name, i.e.
name = name_for_path(path) ? name_for_path(path) : path;
which IMHO is overly accepting and we should just die in case of
!name_for_path.
Yes, I agree that falling back (unless path is a submodule yet to be
added to .gitmodules) is bad.