Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit4c00377
committed
DEV: Add .git-blame-ignore-revs to ignore style in blame view
Add a git blame ignore-revs file to automatically ignore commits listedin it from the blame view on GitHub. Include in it style changes added bypre-commit hooks which touch multiple files.To ignore the commits in the .git-blame-ignore-revs when running `git blame`locally run: `git blame --ignore-revs-file .git-blame-ignore-revs`.c.f.:*https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt*https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view1 parent0465337 commit4c00377
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
0 commit comments
Comments
(0)