From 6a6a8b4d2a7462e7a4399540eb2565f8a6cc4fc4 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 12 Apr 2022 17:45:02 +0530 Subject: [PATCH] git: Global blame settings --- git/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) 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