Skip to content

Commit 33803a8

Browse files
[Improvement]: Clarify git handling of .git-blame-ignore-revs file and blame view (#56328)
1 parent f76184a commit 33803a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/repositories/working-with-files/using-files/viewing-and-understanding-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All revisions specified in the `.git-blame-ignore-revs` file, which must be in t
6666

6767
1. Commit and push the changes.
6868

69-
Now when you visit the blame view, the listed revisions will not be included in the blame. You'll see an **Ignoring revisions in .git-blame-ignore-revs** banner indicating that some commits may be hidden:
69+
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:
7070
7171
<!--Page used for the screenshots below: https://github.com/electron/electron/blame/main/lib/browser/ipc-main-internal.ts -->
7272

0 commit comments

Comments
 (0)