On Wed, Jul 06, 2011 at 01:58:03PM -0400, Jeff King wrote:
quoted
Like this? I've replaced "Check the #!-line of the git-%s script." with
"Maybe git-%s is broken?" to be less technical and specific..
Yeah, looks good to me (unless somebody wants to do something more
elaborate to catch other exec problems, but I personally don't think
it's worth the effort).
One minor nit, though. I haven't been paying attention to the progress
of the gettext topics, but should this message:
+static const char bad_interpreter_advice[] =
+ "'%s' appears to be a git command, but we were not\n"
+ "able to execute it. Maybe git-%s is broken?";
Actually be inside _() for gettext?
-Peff