X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/034e3c7d56ba71ce281886fe8525b16d4559fac1..892ba8c3cc0617d2087a2337d8c6e71524d7b49c:/cgit.c diff --git a/cgit.c b/cgit.c index ac8c641..c4320f0 100644 --- a/cgit.c +++ b/cgit.c @@ -579,7 +579,7 @@ static void prepare_repo_env(int *nongit) * load local configuration from the git repository, so we do them both while * the HOME variables are unset. */ setup_git_directory_gently(nongit); - init_display_notes(NULL); + load_display_notes(NULL); } static int prepare_repo_cmd(int nongit)