From 7562b10a6185a5a15e157bea760a43932d0078c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 30 May 2026 16:38:59 -0300 Subject: [PATCH] git: update date format --- user/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/git.nix b/user/git.nix index e64a822..8d10eed 100644 --- a/user/git.nix +++ b/user/git.nix @@ -42,6 +42,7 @@ in autoupdate = true; }; branch.sort = "-committerdate"; + log.date = "format-local:%Y-%m-%d %H:%M:%S%z %a"; diff = { algorithm = "histogram"; colorMoved = "plain";