Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent #3679 from appearing in blame results (#13311) | Andrew Morgan | 2022-07-18 | 1 | -0/+13 |
| | |||||
* | Add a windows->unix file endings commit to git blame ignore file (#12824) | Andrew Morgan | 2022-05-23 | 1 | -0/+3 |
| | |||||
* | Add a list of hashes to ignore during git blame. (#9560) | Patrick Cloke | 2021-03-09 | 1 | -0/+8 |
The hashes are from commits due to auto-formatting, e.g. running black. git can be configured to use this automatically by running the following: git config blame.ignoreRevsFile .git-blame-ignore-revs |