feat(git): show diff in commit-message editor

This commit is contained in:
Michael Mandl 2025-02-26 08:19:58 +01:00
parent 3b959ee112
commit 7a23d06079
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -41,6 +41,7 @@
fetch.parallel = 8;
fetch.writeCommitGraph = true;
fetch.recurseSubmodules = true;
commit.verbose = true;
format.pretty = "format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s";