git: kernel stuff

This commit is contained in:
Motiejus Jakštys 2024-11-12 18:44:14 +02:00
parent d136fc91e1
commit 3b0d1a7547

View File

@ -171,9 +171,11 @@ in
extraConfig = { extraConfig = {
log.date = "iso-strict-local"; log.date = "iso-strict-local";
pull.ff = "only"; pull.ff = "only";
core.abbrev = 12;
pretty.fixes = "Fixes: %h (\"%s\")";
rerere.enabled = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
merge.conflictstyle = "zdiff3"; merge.conflictstyle = "zdiff3";
rerere.enabled = true;
sendemail = { sendemail = {
sendmailcmd = lib.getExe pkgs.msmtp; sendmailcmd = lib.getExe pkgs.msmtp;
smtpserveroption = [ smtpserveroption = [