Re: [PATCH] submodule: handle trailing slash, warn about non-submodules
From: Junio C Hamano <hidden> Date: 2016-06-15 22:46:06
Johannes Schindelin [off-list ref] writes:
Earlier, when you called
git submodule path/to/submodule/
(which happens easily if you are a heavy user of tab-completion), Git
would silently ignore the given path, as "git ls-files path/to/submodule/"
does not return anything due to the trailing slash.
Does --error-unmatch help in such a case to avoid shell loops?