home: git: remove 'ignoreRevsFile'

I remember why I didn't set it globally now, it's because `git blame`
complains and errors out, rather than silently ignoring the setting,
when the file doesn't exist in a repo...

This reverts commit 5ae2eacd49.
This commit is contained in:
Bruno BELANYI 2025-03-25 14:30:07 +00:00
parent b2758839e8
commit abec0dd226

View file

@ -75,7 +75,6 @@ in
# Makes it a bit more readable
blame = {
coloring = "repeatedLines";
ignoreRevsFile = ".git-blame-ignore-revs";
markIgnoredLines = true;
markUnblamables = true;
};