git: Global blame settings

This commit is contained in:
Sanchayan Maity 2022-04-12 17:45:02 +05:30
parent 9eff2e764a
commit 6a6a8b4d2a
1 changed files with 5 additions and 0 deletions

View File

@ -50,3 +50,8 @@
defaultBranch = master
[log]
follow = true
[blame]
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
markIgnoredLines = true
# Mark any lines that were added in a skipped commit and can not be attributed with a `*`
markUnblamableLines = true