git: Global blame settings
This commit is contained in:
parent
9eff2e764a
commit
6a6a8b4d2a
1 changed files with 5 additions and 0 deletions
|
@ -50,3 +50,8 @@
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[log]
|
[log]
|
||||||
follow = true
|
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
|
||||||
|
|
Loading…
Reference in a new issue