##// END OF EJS Templates
Rename decorator needs_sqlite to only_when_enabled.
Rename decorator needs_sqlite to only_when_enabled.

File last commit:

r25427:0d29159e
r25523:02a3317e
Show More
configure-git-blame-ignore-revs.sh
10 lines | 413 B | application/x-sh | BashLexer
/ tools / configure-git-blame-ignore-revs.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