Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-31 | black: fix `.git-blame-ignore-revs` commit | Todd Gamblin | 1 | -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-31 | black: add .git-blame-ignore-revs toignore black reformatting in blame | Todd Gamblin | 1 | -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) |