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 5646f3ed2..24756a599 100644
--- a/file.c
+++ b/file.c
@@ -425,7 +425,7 @@ int parse_file(const char *filename)
char *fmt;
int ret;
- git = is_git_repository(filename, &branch);
+ git = is_git_repository(filename, &branch, NULL);
if (git && !git_load_dives(git, branch))
return 0;