]> git.ipfire.org Git - thirdparty/git.git/commit - notes.c
notes: rename to load_display_notes()
authorDenton Liu <liu.denton@gmail.com>
Mon, 9 Dec 2019 13:10:39 +0000 (05:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2019 21:36:42 +0000 (13:36 -0800)
commit1e6ed5441a61b5085978e0429691e2e2425f6846
tree3acc778854d212121450fd6c67808043454feb63
parent13cdf78094a5ba2968adb90707d27b98f53db1f7
notes: rename to load_display_notes()

According to the function comment, init_display_notes() was supposed to
"Load the notes machinery for displaying several notes trees." Rename
this function to load_display_notes() so that its use is more accurately
represented.

This is done because, in a future commit, we will reuse the name
init_display_notes().

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c
notes.c
notes.h