Set diff algo to histogram, add user.email

This commit is contained in:
Martin Larsson 2026-03-12 23:47:49 +01:00
parent c158ab3dcd
commit 29371f8ed2

View file

@ -1,5 +1,6 @@
[user]
name = "Martin Larsson"
email = "larssonmartin1998@gmail.com"
[core]
compression = 9
@ -16,6 +17,7 @@
context = 3
renames = copies
interHunkContext = 10
algorithm = histogram
[pager]
diff = diff-so-fancy | $PAGER
@ -43,6 +45,7 @@
[merge]
ff = false
diffAlgorithm = histogram
[log]
abbrevCommit = true