diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
585 | static int prepare_repo_cmd(int nongit) | 585 | static int prepare_repo_cmd(int nongit) |