mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
chore: Add .git-blame-ignore-revs
This file can be used to list reformatting commit that we don't want to see in `git blame` output. Currently includes a single commit that switched the source to 4-space tabs that shows up everywhere in old code. To use, set `git config blame.ignoreRevsFile .git-blame-ignore-revs`.
This commit is contained in:
parent
57b9f0e54c
commit
8fe8bbec9e
1 changed files with 12 additions and 0 deletions
12
.git-blame-ignore-revs
Normal file
12
.git-blame-ignore-revs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# This file lists commits that should be ignored in `git blame` output
|
||||
# (typically commits that reformat large amount of code).
|
||||
#
|
||||
# When adding commits to this file, please include the short (one-liner)
|
||||
# description of the commit along with its hash for readability.
|
||||
#
|
||||
# Use it with:
|
||||
#
|
||||
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
|
||||
|
||||
# Convert rest of source to 4-space indent
|
||||
1bc48a78491d8a666d1a833930dc3ab4a5741fb2
|
||||
Loading…
Add table
Add a link
Reference in a new issue