From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Jeff King <peff@peff.net>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Git thinks a failing command doesn't exist
Date: Wed, 11 Aug 2010 19:45:14 +0000 [thread overview]
Message-ID: <AANLkTik3QmyP3sygbd36VhUQtdK-z81vqVAoAcPofFO+@mail.gmail.com> (raw)
In-Reply-To: <20100811192554.GA8106@coredump.intra.peff.net>
On Wed, Aug 11, 2010 at 19:25, Jeff King <peff@peff.net> wrote:
> On Wed, Aug 11, 2010 at 07:12:38PM +0000, Ævar Arnfjörð Bjarmason wrote:
>
>> Has this been noted before:
>>
>> $ git rebase --continue
>> .: 986: Can't open /home/avar/g/git/.git/rebase-merge/author-script
>> git: 'rebase' is not a git command. See 'git --help'.
>> Did you mean this?
>> rebase
>>
>> Rebase failed, but the help mechanism seems to just test the exit
>> code, or something similar.
>
> Which git version and which platform? There is code in run-command to
> check for an exit code of 127 (which is what posix shells should produce
> for a missing command), and to set ENOENT in that case, which is what
> execv_dashed_external notices for a missing command.
It's 1.7.2.1.295.gdf931 on Debian testing. Which is pu as it was on
midnight UTC (I build it from cron) + these patches (which shouldn't
matter):
# Monkeypatches
git cherry-pick 041bc904d2 # t/lib-git-svn.sh: use
$PERL_PATH for perl, not perl from $PATH
git cherry-pick 855a1f8836 # commit: fix test broken by
jn/commit-no-change-wo-status
git revert --no-edit 48e46574e6 # rebase -i: add exec command to
launch a shell command
> So either your shell is producing that exit code for a different case,
> or git is broken.
My shell is Debian /bin/dash 0.5.5.1-6.
Unfortunately the error with rebase was some one-off thing that I
couldn't reproduce. I'm not even sure /what/ I did to make it happen.
next prev parent reply other threads:[~2010-08-11 19:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-11 19:12 Git thinks a failing command doesn't exist Ævar Arnfjörð Bjarmason
2010-08-11 19:25 ` Jeff King
2010-08-11 19:45 ` Ævar Arnfjörð Bjarmason [this message]
2010-08-11 19:48 ` Jeff King
2010-08-11 20:10 ` Ævar Arnfjörð Bjarmason
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=AANLkTik3QmyP3sygbd36VhUQtdK-z81vqVAoAcPofFO+@mail.gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
/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).