[Programs/Git] Better git log by default

This commit is contained in:
Antoine Viallon 2023-04-05 16:28:13 +02:00
parent cdc58f8f04
commit 03f85ea50a
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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";
};
};
}