all repos — nixfiles @ 4c15c88a7d11876b8b5a84f89790e7eae2abd083

System and user configuration, managed by nix and home-manager

git: enable commit graphs (v2.23+)

Alan Pearce
commit

4c15c88a7d11876b8b5a84f89790e7eae2abd083

parent

10f9cb5818295fc8fdfe390da001abfa47a64788

1 file changed, 9 insertions(+), 0 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -9,6 +9,15 @@ enable = true;
userName = "Alan Pearce"; userEmail = "alan@alanpearce.eu"; extraConfig = { + core = { + commitGraph = true; + }; + gc = { + writeCommitGraph = true; + }; + fetch = { + writeCommitGraph = true; + }; pull = { rebase = true; };