From 42cd0d155ae884f8e362666c35fdccd389523402 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Oct 2022 17:34:37 -0300 Subject: etc/git/config: Always fetch the notes from "origin" remotes --- etc/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/git/config b/etc/git/config index 8b378a0..27486cf 100644 --- a/etc/git/config +++ b/etc/git/config @@ -17,5 +17,7 @@ smtpserveroption = euandreh annotate = yes confirm = never +[remote "origin"] + fetch = +refs/notes/*:refs/notes/* [include] path = config-extra -- cgit v1.2.3