Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Funnily enough, it _is_ the non-dash form that I replaced. What happens > is this: the git wrapper looks for a builtin named 'runstatus', does not > find it, then calls out for something like 'git-runstatus', which is found > in my $HOME/bin. Yes, but at that point we know we are looking for "git" subcommand not general command on PATH, so we can only look for "git-runstatus" in the git_exec_path (initialized by $GIT_EXEC_PATH or compiled-in) and correctly fail during the test. - 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