Enable histogram diff algorithm for git

This commit is contained in:
exu 2024-03-16 10:24:45 +01:00
parent e08fd8ef13
commit 63ea306c34

View File

@ -7,8 +7,8 @@
# https://jvns.ca/blog/2024/02/16/popular-git-config-options/#merge-conflictstyle-zdiff3
#[merge]
# conflictstyle = zdiff3
#[diff]
# algorithm = histogram
[diff]
algorithm = histogram
#[branch]
# sort = -committerdate
#[tag]