git: sendemail: always annotate and confirm

This commit is contained in:
Colin 2023-07-01 00:55:43 +00:00
parent b2e70c0210
commit 2a2ce34bd8

View File

@ -31,6 +31,9 @@ in
# render dates as YYYY-MM-DD HH:MM:SS +TZ
log.date = "iso";
sendemail.annotate = "yes";
sendemail.confirm = "always";
stash.showPatch = true;
};
}