From 160f3ab303eddb4c018360190e7c73d7335049d1 Mon Sep 17 00:00:00 2001 From: xenia Date: Fri, 26 Jul 2024 12:00:53 +0200 Subject: [PATCH] Don't track file modes in git (filesystem doesn't support it ): --- home/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/common.nix b/home/common.nix index 925f92f9..eb51ea62 100644 --- a/home/common.nix +++ b/home/common.nix @@ -170,6 +170,7 @@ in rec { pull.ff = "only"; pull.rebase = true; core.editor = "kak"; + core.fileMode = false; # don't track changes to file modes }; }; }