From c492774baac230238462bf15d6d6a7d76669cf0e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 6 Dec 2021 21:24:31 +0100 Subject: [PATCH] home: git: do not change metadata color --- home/git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/git/default.nix b/home/git/default.nix index 8603022..6f4434b 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -60,6 +60,7 @@ in # Personal preference for easier reading decorations = { + commit-style = "raw"; # Do not recolor meta information keep-plus-minus-markers = true; paging = "always"; };