]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
git: update to v2.25.0
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index ac8c6418ba46061da375fe26c82b39d1be6e51fc..c4320f044d4bae6df164719432c650b028bd4419 100644 (file)
--- 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)