mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
git: add .git-blame-ignore-revs
Pseudo-standard file listing commits meant to be ignoring by `git blame`. It is handled by Github: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view but not yet by Gitlab: https://gitlab.com/gitlab-org/gitlab/-/issues/31423 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4202>
This commit is contained in:
parent
dd3542aa4d
commit
5fafe88ccc
1 changed files with 17 additions and 0 deletions
17
.git-blame-ignore-revs
Normal file
17
.git-blame-ignore-revs
Normal file
|
@ -0,0 +1,17 @@
|
|||
# List of commits meant to be ignored by `git blame` like coding style changes.
|
||||
# Can be used with `git blame --ignore-revs-file .git-blame-ignore-revs`
|
||||
# or enabled globally using `git config --global blame.ignoreRevsFile .git-blame-ignore-revs`
|
||||
# See https://michaelheap.com/git-ignore-rev/
|
||||
|
||||
# re-indent with GNU indent 2.2.12
|
||||
3ad412808483963a4ed5d912109c87d452abd3fb
|
||||
00ae689f7cbc1d41e98c70de30828e67e430a120
|
||||
4380d12d78b40cd698cbc6260c293ddd7610f374
|
||||
f9eb4c5862f69171c17863bd231de136148436ef
|
||||
e857259e8d24fda221303793ab65f8afb60fa16d
|
||||
2abf3e363d45e20d8166612c063cb0579ec0d3ac
|
||||
81716a1097efc3221b48f9a811fbf4026f7067ba
|
||||
29484f6f124fb906f7a6acd325f0c6005e2172d3
|
||||
0fc568c6b17356ec36f6cc2dd48e192142e9dc17
|
||||
8759b77a5000c9e362dd552cda5dc17139ba425b
|
||||
574e6b7994b793eefd417c1f79e667b7b214481c
|
Loading…
Reference in a new issue