Skip to content

Commit

Permalink
Add a list of revisions to ignore in git-blame
Browse files Browse the repository at this point in the history
Use `git blame --ignore-revs-file=.git-ignore-revs` or set
blame.ignoreRevsFile in .git/config to ignore formatting-only and
similar fixes in git blame output.
  • Loading branch information
amenonsen authored and haroon-github committed Jan 9, 2023
1 parent 4838246 commit 6ac9c16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .git-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
50ed4880a3e312d649c0fb824bf8af0e6aa94bfd
2f419b07d5c9b004e2a87f25c972b64b60586969
bf78892aae8cbd27d328e5d8dcd49b3646a57143
5f7d5b7e93aa9a539606ddfe69753a90f7a8f7a9
a765a2c829d4c5fa110d8cc833a16c7bac7e42e5
3e1d5cfdfd5edbf970f53b8f8b499c40f379d01b
b5bff2c0c76727daf12b846efe42fe697a7676f0
9d1f67e80fcc72c67a9340913664ae72fe24dd0f
c8d2c6f89f339233e17c8007b746aa49f1523262

0 comments on commit 6ac9c16

Please sign in to comment.