Skip to content

Commit

Permalink
Add .git-blame-ignore-revs file
Browse files Browse the repository at this point in the history
Add previous formatting commit SHA to .git-blame-ignore-revs

The filename does not seem to be standardised, but must be configured
explicitly.

Note: to use this file always, you must set:

  git config --local blame.ignoreRevsFile .git-blame-ignore-revs

(or --global)

or use git blame with `--ignore-revs-file .git-blame-ignore-revs`

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
  • Loading branch information
epilys committed Nov 24, 2023
1 parent 61d211d commit 58ab804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# staging: fix rustfmt lints from previous commit
61d211d1069631ed185d5799f92ae0498af7b9a3

0 comments on commit 58ab804

Please sign in to comment.