From a074da04f0a5b021588316ff5cc282df39c530aa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 29 Nov 2022 20:09:55 -0300 Subject: etc/git/config: Add config to use notes as timely comment --- etc/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/git/config b/etc/git/config index 81fcd41..98acee1 100644 --- a/etc/git/config +++ b/etc/git/config @@ -20,3 +20,6 @@ fetch = +refs/notes/*:refs/notes/* [format] useAutoBase = whenAble + notes = true +[notes] + rewriteRef = refs/notes/commits -- cgit v1.2.3