Commit 2255b60e by Vicent Martí

Merge pull request #714 from schu/config-enotfound

config: do not set an error for GIT_ENOTFOUND
parents 01dbe273 e203e9d4
......@@ -391,7 +391,6 @@ int git_config_get_string(const char **out, git_config *cfg, const char *name)
return ret;
}
giterr_set(GITERR_CONFIG, "Config variable '%s' not found", name);
return GIT_ENOTFOUND;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment