Don't track file modes in git (filesystem doesn't support it ):
This commit is contained in:
parent
94dfea6674
commit
160f3ab303
|
@ -170,6 +170,7 @@ in rec {
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
core.editor = "kak";
|
core.editor = "kak";
|
||||||
|
core.fileMode = false; # don't track changes to file modes
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user