mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Add .git-blame-ignore-revs
When merging the `*.spec.inc` files into `llvm.spec` this became necessary to preserve git history on llvm.spec.
This commit is contained in:
parent
4618156485
commit
db57ee9a65
1 changed files with 12 additions and 0 deletions
12
.git-blame-ignore-revs
Normal file
12
.git-blame-ignore-revs
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue