From 50f28b6958cb65e368cd9138b170cc2f0ce18ab2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 18 Oct 2022 23:43:50 -0300 Subject: etc/git/config: Incluse base commit when possible --- etc/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/git/config b/etc/git/config index 27486cf..ade021a 100644 --- a/etc/git/config +++ b/etc/git/config @@ -19,5 +19,7 @@ confirm = never [remote "origin"] fetch = +refs/notes/*:refs/notes/* +[format] + useAutoBase = whenAble [include] path = config-extra -- cgit v1.2.3