diff options
| author | 2023-05-07 18:54:37 -0400 | |
|---|---|---|
| committer | 2023-05-07 18:54:37 -0400 | |
| commit | 002f6e5dce4fe52c6aef57f1ea41f4d244a69c66 (patch) | |
| tree | 7b80fcf59d8bd9233a3bc0a2303f1f664dc313b7 | |
| parent | nvim: improve lsp option handling, add zls (diff) | |
git: new funny git diff algo
| -rw-r--r-- | dot_config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 5f7a44b..e9cff93 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -24,6 +24,8 @@ filemode = false trustctime = false whitespace = blank-at-eol,space-before-tab,tab-in-indent,tabwidth=4 +[diff] + algorithm = histogram [credential] helper = cache --timeout=3600 [help] |
