From 1214ac92544ab74d227955affbd0a67744a5785b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 28 Feb 2025 19:33:16 -0500 Subject: Various updates Drop eshell, for now, since I've not been meaningfully using it. --- .config/git/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config') diff --git a/.config/git/config b/.config/git/config index 6c0961d..1191792 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,6 +5,7 @@ [tag] gpgSign = true + sort = version:refname # [format] # signoff = true @@ -99,3 +100,8 @@ version-check = 1728006286 [help] autoCorrect = prompt +[diff] + algorithm = histogram + renames = true +[commit] + verbose = true -- cgit v1.2.3-83-g751a