diff --git a/programs/git.nix b/programs/git.nix index 069099a..5ad3934 100644 --- a/programs/git.nix +++ b/programs/git.nix @@ -24,6 +24,7 @@ fetch.negotiationAlgorithm = "skipping"; fetch.parallel = config.aviallon.general.cpuCores; gpg.program = "${pkgs.gnupg}/bin/gpg"; + format.pretty = "format:%C(yellow)%H (%t)%Creset %Cblue%aN (%cN)%Creset%Cred% G?%Creset - %Cgreen%ar%Creset %d %n %s%n"; }; }; }