git: kernel stuff
This commit is contained in:
parent
d136fc91e1
commit
3b0d1a7547
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user