about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
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)
579 * load local configuration from the git repository, so we do them both while 579 * load local configuration from the git repository, so we do them both while
580 * the HOME variables are unset. */ 580 * the HOME variables are unset. */
581 setup_git_directory_gently(nongit); 581 setup_git_directory_gently(nongit);
582 init_display_notes(NULL); 582 load_display_notes(NULL);
583} 583}
584 584
585static int prepare_repo_cmd(int nongit) 585static int prepare_repo_cmd(int nongit)