git: Fix show stats on pull/merge
This commit is contained in:
parent
c00682b68e
commit
20a94226e7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue