summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index a7b407f6d..c4032c1f2 100644
--- a/file.c
+++ b/file.c
@@ -436,7 +436,7 @@ int parse_file(const char *filename)
char *fmt;
int ret;
- git = is_git_repository(filename, &branch, NULL);
+ git = is_git_repository(filename, &branch, NULL, false);
if (prefs.cloud_git_url &&
strstr(filename, prefs.cloud_git_url)
&& git == dummy_git_repository)