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. Ciao, Dscho -- 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