diff --git a/git/.gitconfig b/git/.gitconfig index 64c13a8..2b6ec18 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -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