From 2a2ce34bd860e67b8dc6a21be0159d770ce19456 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 1 Jul 2023 00:55:43 +0000 Subject: [PATCH] git: sendemail: always annotate and confirm --- hosts/common/programs/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/programs/git.nix b/hosts/common/programs/git.nix index 5ab1fd7e..ecf7f1b0 100644 --- a/hosts/common/programs/git.nix +++ b/hosts/common/programs/git.nix @@ -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; }; }