git commit.verbose = true (also using this commit to test it)

very cool feature happy I found it :-)
This commit is contained in:
jacekpoz 2024-02-17 16:02:12 +01:00
parent 64cf9c02dc
commit bd9ccfa601
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -46,6 +46,7 @@ in {
core.editor = cfg.editor;
init.defaultBranch = cfg.defaultBranch;
push.autoSetupRemote = true;
commit.verbose = true;
};
}
];