mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Programs/Git] Better git log by default
This commit is contained in:
parent
cdc58f8f04
commit
03f85ea50a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
fetch.negotiationAlgorithm = "skipping";
|
fetch.negotiationAlgorithm = "skipping";
|
||||||
fetch.parallel = config.aviallon.general.cpuCores;
|
fetch.parallel = config.aviallon.general.cpuCores;
|
||||||
gpg.program = "${pkgs.gnupg}/bin/gpg";
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue