summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/commandline/git.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix
index e376fa6..00b8de8 100644
--- a/common/commandline/git.nix
+++ b/common/commandline/git.nix
@@ -36,10 +36,6 @@ inputs:
36 pager = deltaCommand; 36 pager = deltaCommand;
37 interactive.diffFilter = "${deltaCommand} --color-only"; 37 interactive.diffFilter = "${deltaCommand} --color-only";
38 untrackedCache = true; 38 untrackedCache = true;
39 # Use same package as above
40 # Also, the fact that gitFull depends on Perl
41 # means that the shebang was fixed
42 fsmonitor = "${pkgs.gitAndTools.gitFull}/share/git-core/templates/hooks/fsmonitor-watchman.sample";
43 }; 39 };
44 40
45 diff = { 41 diff = {