mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
contrib: set git-blame options in "nm-setup-git.sh"
This commit is contained in:
parent
fb2b35b068
commit
b93750d4c5
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue