Skip to content

Commit

Permalink
Rollup merge of #108358 - Nilstrieb:git-blame-ignore-my-bad-commits, …
Browse files Browse the repository at this point in the history
…r=compiler-errors

Add git config command to `.git-blame-ignore-revs`

I always have to look at the git blame for that file to find the git command in the commit message (luckily that commit isn't in the file :D), putting it directly in the file makes it easier to find. Maybe we should mention the config in some other place as well.
  • Loading branch information
matthiaskrgr authored Feb 23, 2023
2 parents d6077f8 + 96ebb21 commit f4fa045
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
@@ -1,3 +1,5 @@
# Use `git config blame.ignorerevsfile .git-blame-ignore-revs` to make `git blame` ignore the following commits.

# format the world
a06baa56b95674fc626b3c3fd680d6a65357fe60
# format libcore
Expand Down

0 comments on commit f4fa045

Please sign in to comment.