From 05e9773b39cc2c85cd9aaf429bb95a788f32b40f Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Fri, 15 Oct 2021 02:00:38 +0200 Subject: [PATCH] Defaulted to verbose git commit diff --- common/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.gitconfig b/common/.gitconfig index 9aa7829..9475d42 100644 --- a/common/.gitconfig +++ b/common/.gitconfig @@ -2,8 +2,8 @@ autosetupmerge = true [commit] - gpgsign = true - + gpgsign = true + verbose = true [push] default = upstream