summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
Commit message (Collapse)AuthorAgeFilesLines
* git-blame-ignore-revs: Do not suggest --globalXavier Claessens2023-03-211-1/+1
| | | | | | | 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>
* git: add .git-blame-ignore-revsGuillaume Desmottes2023-03-201-0/+17
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>