git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bad DWIM response when git gui cannot start
@ 2009-07-20 12:11 Peter Krefting
  2009-07-20 13:45 ` [PATCH] help.c: don't blame an user's typo when the system is at fault Michele Ballabio
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Krefting @ 2009-07-20 12:11 UTC (permalink / raw)
  To: Git Mailing List

If git cannot start one of the external commands (at least some of them), 
the DWIM engine is a bit flaky:

   $ git citool
   /usr/local/libexec/git-core/git-citool: line 10: exec: wish: not found
   git: 'citool' is not a git-command. See 'git --help'.

   Did you mean this?
       citool

   $ git gui
   /usr/local/libexec/git-core/git-gui: line 10: exec: wish: not found
   git: 'gui' is not a git-command. See 'git --help'.

   Did you mean this?
       gui

-- 
\\// Peter - http://www.softwolves.pp.se/

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

end of thread, other threads:[~2009-07-20 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-20 12:11 Bad DWIM response when git gui cannot start Peter Krefting
2009-07-20 13:45 ` [PATCH] help.c: don't blame an user's typo when the system is at fault Michele Ballabio
2009-07-20 14:17   ` Thomas Rast
2009-07-20 15:12     ` Jeff King

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