]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes.c
notes: rename to load_display_notes()
[thirdparty/git.git] / notes.c
diff --git a/notes.c b/notes.c
index 532ec37865768d05a31606f495b4f0c1645ea757..fd6cef14a3b73456638924311268b64dc696eee6 100644 (file)
--- a/notes.c
+++ b/notes.c
@@ -1039,7 +1039,7 @@ struct notes_tree **load_notes_trees(struct string_list *refs, int flags)
        return trees;
 }
 
-void init_display_notes(struct display_notes_opt *opt)
+void load_display_notes(struct display_notes_opt *opt)
 {
        char *display_ref_env;
        int load_config_refs = 0;