mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Add ignore-revs file for git blame (#515)
A small change to add an ignore-revs file for `git blame`. This file contains a list of revisions that `git blame` will ignore, usually meant for preserving a useful blame history through mass reformats or similar bulk changes. You can configure your git to use this ignore-revs file by running `git config blame.ignoreRevsFile .git-blame-ignore-revs`. The list of commits in this ignore-revs file was generated via: `git --no-pager log --grep="Format Rust code using rustfmt" --author="github-actions" --format="%H"` See the following for an explanation and docs: https://akrabat.com/ignoring-revisions-with-git-blame/ https://www.git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
This commit is contained in:
parent
99da64d2a0
commit
907630f9da
1 changed files with 33 additions and 0 deletions
33
.git-blame-ignore-revs
Normal file
33
.git-blame-ignore-revs
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Automated rustfmt commits
|
||||||
|
6d312521d1e031d5ce89119ec140a8d06833e4be
|
||||||
|
37360c787a1d24e1bb2697aa040c568e8774c250
|
||||||
|
b28522a6ce0d68050700a6acaa71dcd9146e1d88
|
||||||
|
2b66f0ee132ffb39cf183c42b07ffc9ec064c6ba
|
||||||
|
c8349005c34d1fbec24f526c9cb076d2b9d46a33
|
||||||
|
01a2c60a29ffa1d2708eefcf12e27f52dc4cf1e7
|
||||||
|
cf39454991e8ca91adc7efcc47b9b17c6a5d1da3
|
||||||
|
b40427465d57c9c3916714a29e94113893405271
|
||||||
|
fdd20b9dd28c5a1fb5c36158737a0d53a1ef4054
|
||||||
|
156c2c5f32d395adce672bc46c494e8394ee008a
|
||||||
|
146146f4b9b0e61d9ac73bcceba002d53b8fb833
|
||||||
|
57530ba72faab2a32da30ba5723f12febf7f84f6
|
||||||
|
30cdd61e2657d15eca78c2dc9e3ee97b83e8ef08
|
||||||
|
aea5011a893500c0c3d6e3f420bb4c8dce338261
|
||||||
|
bb923b21245895af7de29bf4efde7654d2ba4ad2
|
||||||
|
dee5e56433ae8fc2c64b257d1faa5c3b4a0b56da
|
||||||
|
43b516aa56130b010297af3f625cc2c6ffa434c3
|
||||||
|
d25583cda28db76101639c62af6f1ba22e3e1544
|
||||||
|
c868fac2c30aee7ee8be7ab2f07f91345907e65b
|
||||||
|
afb8427c0d9dc8736d428b864e9b1d2cd1e99de6
|
||||||
|
17f2b05940f1b791800ca78fde6de15e8a9c8589
|
||||||
|
cef391b519a77e79ccccf6acb492b90b08068200
|
||||||
|
3255a0349df084ccaa4a7a03b6e048d328ba7a59
|
||||||
|
3992b2cd581905a180f9c1ad36ac347dd79e2a6d
|
||||||
|
54f4e002fa0123403afcbd35437f47ee3a5ece05
|
||||||
|
42ca84b8200c7b396668f85cabf393a08d2abee3
|
||||||
|
d2c7ebe9eabe26c83452c2597dd75c064cc23031
|
||||||
|
35a80f83c582b8772bf618b9b5f81fa83918298d
|
||||||
|
a67b7af6ffb73fb82da1b6138a97e8ad7677639c
|
||||||
|
e0645a071c9ed16348bb305779eef72c797d5b3e
|
||||||
|
ac81ef810f00a7ca15e0f5f5a917a199ac38a468
|
||||||
|
81d0e34e5bad707b58313985c6dc8e6804d5d9db
|
Loading…
Reference in a new issue