From fbf6dd16cb768b3f5b5d82b6597421deab86c3e4 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 22 Nov 2022 15:47:53 +0100 Subject: [PATCH] Ignore reformat commit in git blame --- .git-blame-ignore-revs | 21 +++++++++++++++++++++ pom.xml | 1 + 2 files changed, 22 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 00000000..f0bf0518 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,21 @@ +# +# 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. +# + +# Change maven code style +e95bd93dcae85c92bac36a823377d3e839698943 diff --git a/pom.xml b/pom.xml index bcd36d02..e42ee5d2 100644 --- a/pom.xml +++ b/pom.xml @@ -351,6 +351,7 @@ limitations under the License. **/.mvn/maven.config **/.mvn/jvm.config .gitattributes/ + .git-blame-ignore-revs .mvn/maven.config .mvn/wrapper/ LICENSE.txt