summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
AgeCommit message (Collapse)AuthorFilesLines
2022-07-31black: fix `.git-blame-ignore-revs` commitTodd Gamblin1-1/+1
A GitHub rebase merge seems to rewrite commits even if it would be a fast-forward, which means that the commit merged from #24718 is wrong. - [x] update `.git-blame-ignore-revs` with real commit from `develop`
2022-07-31black: add .git-blame-ignore-revs toignore black reformatting in blameTodd Gamblin1-0/+3
- [x] add `.git-blame-ignore-revs` to ignore black reformatting - [x] make `spack blame` respect `.git-blame-ignore-revs` (even if the user hasn't configured git to do so)