##// END OF EJS Templates
Merge pull request #13343 from fasiha/blocklist-for-info...
Merge pull request #13343 from fasiha/blocklist-for-info Allow more control over what sections of the "info" messages are desired via a sections blocklist

File last commit:

r25684:69cd5d0c
r27188:6d0095d2 merge
Show More
configure-git-blame-ignore-revs.sh
11 lines | 423 B | application/x-sh | BashLexer
/ tools / configure-git-blame-ignore-revs.sh
#!/bin/sh
# Other config options for blame are markUnblamables and markIgnoredLines.
# See docs for more details:
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
# Uncomment below and rerun script to enable an option.
# git config blame.markIgnoredLines
# git config blame.markUnblamables
git config blame.ignoreRevsFile .git-blame-ignore-revs
git config --get blame.ignoreRevsFile