Commit 2768b9f
committed
chore: Improve attribution by ignoring bulk formatting
This file lists revisions that should be ignored when considering
attribution for the actual code written. Code style changes should
not be considered as modifications with regards to attribution.
To see clean and meaningful blame information.
```
$ git blame important.py --ignore-revs-file .git-blame-ignore-revs
```
To configure git to automatically ignore revisions listed in a file on every call to git blame.
```
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
```1 parent cfd1797 commit 2768b9f
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments