diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-07-14 15:02:51 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-09-02 23:48:17 +0200 |
| commit | e6ae4287ea41a1449f9b90afe7154e0510c34ea7 (patch) | |
| tree | a65c3d4bc268acfcdee2c6a55f522fee2d8ae156 /config | |
| parent | 6fe6fae6df2d732756910ea4381908ec1417a4d8 (diff) | |
Diffstat (limited to 'config')
| -rw-r--r-- | config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/git/config b/config/git/config index 4c9ba68..7d4a869 100644 --- a/config/git/config +++ b/config/git/config @@ -24,7 +24,7 @@ [init] defaultBranch = main [diff] - external = difft + external = difft --color=always tool = vimdiff algorithm = histogram [merge] |