From 29371f8ed20bea6423269c7316d9db53ec5f75a4 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 12 Mar 2026 23:47:49 +0100 Subject: [PATCH] Set diff algo to histogram, add user.email --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index dfe098a..c4f7cd9 100644 --- a/git/config +++ b/git/config @@ -1,5 +1,6 @@ [user] name = "Martin Larsson" + email = "larssonmartin1998@gmail.com" [core] compression = 9 @@ -16,6 +17,7 @@ context = 3 renames = copies interHunkContext = 10 + algorithm = histogram [pager] diff = diff-so-fancy | $PAGER @@ -43,6 +45,7 @@ [merge] ff = false + diffAlgorithm = histogram [log] abbrevCommit = true