gitconfig: use diff.algorithm = histogram

Gitea git defaults to it and I didn't see anything against it in current git versions by search
This commit is contained in:
Aminda Suomalainen 2023-05-24 11:21:42 +03:00
parent d0015a66e5
commit 0d8c40724f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@
gpgsign = true
[diff]
compactionHeuristic = true
algorithm = histogram
[pager]
# log = diff-highlight | less
# show = diff-highlight | less

View File

@ -52,6 +52,7 @@
gpgsign = true
[diff]
compactionHeuristic = true
algorithm = histogram
[pager]
# log = diff-highlight | less
# show = diff-highlight | less