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>
This commit is contained in:
Xavier Claessens 2023-03-21 08:00:30 -04:00 committed by GStreamer Marge Bot
parent 1f834eaacb
commit 995a9f10d7

View file

@ -1,6 +1,6 @@
# 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`
# or enabled on this repo using `git config blame.ignoreRevsFile .git-blame-ignore-revs`
# See https://michaelheap.com/git-ignore-rev/
# re-indent with GNU indent 2.2.12