Commit Graph

3 Commits (develop)

Author SHA1 Message Date
Adam J. Stewart c42a4ec1ec
Ignore black reformat in git blame (#35544) 2023-02-18 01:03:50 -08:00
Todd Gamblin 98d6862787 black: fix `.git-blame-ignore-revs` commit
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 15:06:38 -07:00
Todd Gamblin f27eeaa2e8 black: add .git-blame-ignore-revs toignore black reformatting in blame
- [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)
2022-07-31 13:29:20 -07:00