From 7a74358226458e6dd152b69a1f58328947cba3a2 Mon Sep 17 00:00:00 2001 From: mozga-intel Date: Mon, 13 Sep 2021 17:46:37 +0200 Subject: [PATCH 1/3] Ignoring mass reformatting commits with git blame - initial commit --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 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 000000000000..1509dcad4e5e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Clang-formatter initial commit - /src directory is formatted +e359bcd65e453d4bc86d3d8e5b1dee3916a2e426 From 096d37b50c1d36a91d9ebcf6d084cf048072e925 Mon Sep 17 00:00:00 2001 From: mozga-intel Date: Mon, 13 Sep 2021 18:28:10 +0200 Subject: [PATCH 2/3] Licence header --- .git-blame-ignore-revs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 1509dcad4e5e..8ecb68d2c0a4 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + # Clang-formatter initial commit - /src directory is formatted e359bcd65e453d4bc86d3d8e5b1dee3916a2e426 From feb9a935c55de0227e42f4706253b18831cdfae4 Mon Sep 17 00:00:00 2001 From: mozga-intel Date: Wed, 29 Sep 2021 08:57:04 +0200 Subject: [PATCH 3/3] A Commit sha to skip oneDNN files --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 8ecb68d2c0a4..f53cab14e030 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -17,3 +17,6 @@ # Clang-formatter initial commit - /src directory is formatted e359bcd65e453d4bc86d3d8e5b1dee3916a2e426 + +# Clang-formatter initial commit - OneDNN files +718a860f3aa8f24acca2aec867a3b31bc60a6e79