feat: change git diff algorithm to histogram.

This commit is contained in:
Gea-Suan Lin
2025-02-26 02:22:31 +08:00
parent a08d23f4d4
commit abcb39e1e4

View File

@@ -18,7 +18,7 @@
[core] [core]
preloadindex = yes preloadindex = yes
[diff] [diff]
algorithm = minimal algorithm = histogram
[diff "sqlite3"] [diff "sqlite3"]
binary = true binary = true
textconv = "echo '.dbconfig trusted_schema no\n.dump' | sqlite3" textconv = "echo '.dbconfig trusted_schema no\n.dump' | sqlite3"