diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-07-21 12:31:25 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-07-21 12:31:25 +0200 |
commit | ac5aaffc6617e91df6e15ae695862458b4796b52 (patch) | |
tree | 4dd84c435b644faf9dacdc9ef37af8a765de81fb | |
parent | 6ce4cd2697c978c5fc9ff2bfc5d844ba8a3ae149 (diff) |
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 5c8801b..15c04b8 100644 --- a/.config/git/config +++ b/.config/git/config @@ -23,6 +23,8 @@ colorMoved = default # use vimdiff as difftool tool = vimdiff + # possibly more verbose but also better to understand + algorithm = histogram [difftool] # do not prompt before invoking difftool prompt = false |