CMake/Utilities/Git
Ben Boeckel 93f52b0931 Utilities/Git: add a file for refs to ignore when blaming
This file may be passed to `git blame` through either the
`--ignore-revs-file` argument or the `blame.ignoreRevsFile`
configuration to ignore certain commits when performing blames.

Note that if Git is unable to find an older commit for a given line,
commits in this file may still be given as the source of a line.

The file uses features (namely empty lines and comments) which were
added in Git 2.20, released Dec 2018.
2022-02-21 10:53:42 -05:00
..
commit-msg Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
ignore-revs Utilities/Git: add a file for refs to ignore when blaming 2022-02-21 10:53:42 -05:00
pre-commit Add pre-commit hook to check whether SetupForDevelopment must re-run 2017-01-31 11:16:10 -05:00
prepare-commit-msg Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00