From db57ee9a65b02c5bd7fde6699f7dade5eb8679b3 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 2 Oct 2024 10:44:06 +0000 Subject: [PATCH] Add .git-blame-ignore-revs When merging the `*.spec.inc` files into `llvm.spec` this became necessary to preserve git history on llvm.spec. --- .git-blame-ignore-revs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..a9890d7 --- /dev/null +++ b/.git-blame-ignore-revs @@ -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