From ee3318ce470cde1f6c5b99f6823a3bc6901fa1e9 Mon Sep 17 00:00:00 2001 From: Aditya Ray <96347576+adi-ray@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:15:10 +0530 Subject: [PATCH] Update `.git-blame-ignore-revs` description --- .../using-files/viewing-and-understanding-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/working-with-files/using-files/viewing-and-understanding-files.md b/content/repositories/working-with-files/using-files/viewing-and-understanding-files.md index b36e7f514bc0..e62e214e3482 100644 --- a/content/repositories/working-with-files/using-files/viewing-and-understanding-files.md +++ b/content/repositories/working-with-files/using-files/viewing-and-understanding-files.md @@ -66,7 +66,7 @@ All revisions specified in the `.git-blame-ignore-revs` file, which must be in t 1. Commit and push the changes. -In the blame view, revisions are excluded only if the commit **introduced new lines**. If the commit was the last to **modify** a line, it will still appear in blame. You'll see an "Ignoring revisions in .git-blame-ignore-revs" banner indicating that some commits may be hidden: +In the blame view, revisions are excluded if the commit **introduced new lines** or modified existing lines. If the commit was the last to **modify** a line, it will still appear in blame. You'll see an "Ignoring revisions in .git-blame-ignore-revs" banner indicating that some commits may be hidden: