1
0
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:
Jonathan Lebon
2022-08-25 10:29:04 -04:00
committed by Colin Walters
parent 80bb67c2c9
commit aea8432d71

3
.git-blame-ignore-revs Normal file
View File

@@ -0,0 +1,3 @@
# Run through `clang-format`:
# https://github.com/coreos/rpm-ostree/pull/3475
be45a74d0802c764d04cdfc6f3bcc12872b3bb33