X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=path.c;h=6f3f5d56c0ed76f50d1aa37646d18ae280f1edbb;hb=5ec8217eb6c89974fda94808a310aa651577b25d;hp=4d73cc9cd26708b4cb41e86fb319b93f526cb2f2;hpb=5c359a66586cfa802f9a4b205da9750582bdb9ec;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);