git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git thinks a failing command doesn't exist
@ 2010-08-11 19:12 Ævar Arnfjörð Bjarmason
  2010-08-11 19:25 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-08-11 19:12 UTC (permalink / raw)
  To: Git Mailing List

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.

Perhaps help_unknown_cmd could just check if the command it's
suggesting == what it says doesn't exist, if so the command probably
failed, but maybe there's a better solution.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-08-11 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2010-08-11 19:48     ` Jeff King
2010-08-11 20:10       ` Ævar Arnfjörð Bjarmason

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).