X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=path.c;h=6f3f5d56c0ed76f50d1aa37646d18ae280f1edbb;hb=5c951ef47bf2e34dbde58bda88d430937657d2aa;hp=4d73cc9cd26708b4cb41e86fb319b93f526cb2f2;hpb=e31b0183729cab2d6a8e2c76f009017355dacf06;p=git.git diff --git a/path.c b/path.c index 4d73cc9cd..6f3f5d56c 100644 --- a/path.c +++ b/path.c @@ -139,7 +139,7 @@ char *git_path_submodule(const char *path, const char *fmt, ...) strbuf_addch(&buf, '/'); strbuf_addstr(&buf, ".git"); - git_dir = read_gitfile_gently(buf.buf); + git_dir = read_gitfile(buf.buf); if (git_dir) { strbuf_reset(&buf); strbuf_addstr(&buf, git_dir);