From 68413512e1475edaf1d58c71130b68e8bb7a6630 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Tue, 27 Dec 2022 14:55:20 -0800 Subject: [PATCH] Fetch and display git notes --- src/.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/.gitconfig b/src/.gitconfig index 9155259..f2ce6c7 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -57,6 +57,8 @@ textconv = astextplain [fetch] prune = true +[format] + notes = true [help] autocorrect = 20 [interactive] @@ -67,6 +69,8 @@ diffFilter = ((type diff-highlight >/dev/null 2>&1 && diff-highlight) || $(git config core.pager)) [log] follow = true +[notes] + displayRef = refs/notes/* [pager] # Build or install `diff-highlight` to some $PATH present location for # improved diff highlights. Falls back on plain `core.pager` if not present. @@ -78,6 +82,8 @@ default = current [rebase] autosquash = true +[remote.origin] + fetch = +refs/notes/*:refs/notes/* [status] submodulesummary = true [submodule]