Skip to content

Commit

Permalink
Add git config command to .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
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
Noratrieb committed Feb 22, 2023
1 parent b869e84 commit 96ebb21
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 96ebb21

Please sign in to comment.