mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
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:
parent
1f834eaacb
commit
995a9f10d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue