On Tue, Feb 17, 2009 at 2:01 PM, Johannes Schindelin
[off-list ref] wrote:
Hi,
On Tue, 17 Feb 2009, Felipe Contreras wrote:
quoted
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