contrib: set git-blame options in "nm-setup-git.sh"

This commit is contained in:
Thomas Haller 2022-06-08 21:27:21 +02:00
parent fb2b35b068
commit b93750d4c5
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -104,6 +104,8 @@ case "$(git config --get-all remote.origin.url)" in
esac
git_config_add blame.ignoreRevsFile '.git-blame-ignore-revs'
git_config_reset blame.markIgnoredLines true
git_config_reset blame.markUnblamableLines true
git_config_add notes.displayref 'refs/notes/bugs'
git_config_add remote.origin.fetch 'refs/notes/bugs:refs/notes/bugs'
git_config_reset remote.origin.pushurl 'git@gitlab.freedesktop.org:NetworkManager/NetworkManager.git'