mirror of
https://github.com/projectatomic/rpm-ostree.git
synced 2026-02-05 09:45:27 +01:00
Add .git-blame-ignore-revs and seed with clang-format commit
We can include in this file commits which do mechanical changes like linting that are rarely of value when tracing through history. You can then tell `git blame` to ignore those commits using: ``` git config blame.ignoreRevsFile .git-blame-ignore-revs ``` The GitHub blame UI automatically does this. Closes: #3963
This commit is contained in:
committed by
Colin Walters
parent
80bb67c2c9
commit
aea8432d71
3
.git-blame-ignore-revs
Normal file
3
.git-blame-ignore-revs
Normal file
@@ -0,0 +1,3 @@
|
||||
# Run through `clang-format`:
|
||||
# https://github.com/coreos/rpm-ostree/pull/3475
|
||||
be45a74d0802c764d04cdfc6f3bcc12872b3bb33
|
||||
Reference in New Issue
Block a user