From 20a94226e77ef542f5c3ef0c015364e65184a7d5 Mon Sep 17 00:00:00 2001 From: histalek Date: Wed, 2 Mar 2022 06:17:54 +0100 Subject: [PATCH] git: Fix show stats on pull/merge --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 18411b3..fe8cc92 100644 --- a/.gitconfig +++ b/.gitconfig @@ -37,12 +37,14 @@ lineNumber = true extendRegexp = true +[merge] + stat = true + [push] default = current [pull] rebase = true - stat = true [includeIf "gitdir:~/Documents/Uni/"] path = ~/.gitconfigs/.gitconfig-uni