From: Junio C Hamano <gitster@pobox.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: Problem in our test setup
Date: Thu, 15 Nov 2007 09:30:26 -0800 [thread overview]
Message-ID: <7v3av75sct.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0711151237400.16728@wbgn129.biozentrum.uni-wuerzburg.de> (Johannes Schindelin's message of "Thu, 15 Nov 2007 12:40:30 +0100 (CET)")
Johannes Schindelin <Johannes.Schindelin@gmx.de> 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.
prev parent reply other threads:[~2007-11-15 17:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-15 6:24 Problem in our test setup Johannes Schindelin
2007-11-15 7:11 ` Junio C Hamano
2007-11-15 11:40 ` Johannes Schindelin
2007-11-15 17:30 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7v3av75sct.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).