Re: [PATCH 1/2] reset: handle submodule with trailing slash
From: Junio C Hamano <hidden> Date: 2016-06-15 22:58:44
John Keeping [off-list ref] writes:
However, I think we do do a read_cache when using "reset --soft" since
we go through builtin/reset.c::die_if_unmerged_cache() which dies if
read_cache fails. So I don't think we are losing anything by moving
this check earlier.