commit d93289e69064cf3b58a2c58c60bfbd0a609d948a
parent 33eaf6c1cce669a208f9a490641b9df0be044067
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 20 Feb 2024 14:21:59 -0800
Set diff.algorithm = histogram
Results in slightly better diff selection, in particular during
refactorings where a function has been moved around in a file.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.config/git/config b/.config/git/config
@@ -10,6 +10,7 @@
[credential]
helper = store
[diff]
+ algorithm = histogram
mnemonicprefix = true
tool = vimdiff
[filter "lfs"]