From: Nate Avers <nate@xxxxxxxxxxxxx> Hi, I came across a segfault in git log --notes (also affects diff-tree) when notes.displayRef is configured with no value (not an empty value). It appears to stem from a missing return statement in notes.c:notes_display_config(). Very small fix. (Not sure how much sense it makes to include the test.) Thanks, Nate Nate Avers (2): notes.c: fix a segfault in notes_display_config() t3301: test proper exit response to no-value notes.displayRef. notes.c | 2 +- t/t3301-notes.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -- 2.27.0