1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update .git-blame-ignore-revs description (#39595)

This commit is contained in:
Aditya Ray
2025-08-01 01:38:17 +05:30
committed by GitHub
parent 495326a616
commit ec74f7c294

View File

@@ -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:
<!--Page used for the screenshots below: https://github.com/electron/electron/blame/main/lib/browser/ipc-main-internal.ts -->