llvm/.git-blame-ignore-revs
Konrad Kleine db57ee9a65 Add .git-blame-ignore-revs
When merging the `*.spec.inc` files into `llvm.spec` this became
necessary to preserve git history on llvm.spec.
2024-11-21 14:55:34 +01:00

12 lines
488 B
Text

# Since version 2.23 (released in August 2019), git-blame has a feature
# to ignore or bypass certain commits.
#
# This file contains a list of commits that are not likely what you
# are looking for in a blame, such as mass reformatting or renaming.
# You can set this file as a default ignore file for blame by running
# the following command.
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
# Merge *.spec.inc files into llvm.spec
9984e82c507f69611b9589e16467d359622d36f9