Commit graph

2 commits

Author SHA1 Message Date
Xavier Claessens 995a9f10d7 git-blame-ignore-revs: Do not suggest --global
It breaks git blame on all repositories that does not have a
.git-blame-ignore-revs file.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4239>
2023-03-21 14:03:45 +00:00
Guillaume Desmottes 5fafe88ccc 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>
2023-03-20 09:26:12 +00:00