On Tue, Apr 03, 2012 at 06:27:58PM +0100, Ramsay Jones wrote: > If you need to re-roll your run-command patch [commit b0984f82, > "run-command: treat inaccessible directories as ENOENT", 30-03-2012], > could you please squash this patch into it. Thanks! I don't think it needs re-rolled, but it hasn't hit next yet. Junio, can you squash this in? > diff --git a/run-command.c b/run-command.c > index 47afb78..ae72b9b 100644 > --- a/run-command.c > +++ b/run-command.c > @@ -86,7 +86,7 @@ static char *locate_in_PATH(const char *file) > struct strbuf buf = STRBUF_INIT; > > if (!p || !*p) > - return 0; > + return NULL; I missed this when converting the code from "is there anything in path" to "here is what there is in path". -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html