On Tue, Feb 17, 2009 at 2:01 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Hi, > > On Tue, 17 Feb 2009, Felipe Contreras wrote: > >> free(repo_config); >> + if (found == 0) >> + error("no config file found"); >> return ret; > > Err, you mean "return error(..)"? > > But it might be not an error at all: think of "cd / && git ls-remote $URL" > without /etc/gitconfig nor $HOME/.gitconfig. Yeah, I thought about that when doing the patch. I've removed the error(), now it will only return -1. Almost nobody is checking the return code anyways. -- Felipe Contreras -- 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