Add toggle to blame UI for whether or not to apply ignore revs file
Handling ignoring of specific files
From gitaly!4177 (closed):
This MR implements keeps a copy of
.git-blame-ignore-revsinside of the repository atinfo/blame-ignore-revs, similar to how.gitattributesandinfo/attributeswork.RawBlame()then checks for the existence of this file and loads it into the git blame command using--ignore-revs-fileif it exists.
In the blame view, there will be a new dropdown button Blame preferences.
| Default Idle | Prompt for setup | Ignore file in place and toggled on |
|---|---|---|
![]() |
![]() |
![]() |
Edited by André Luís


