You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/22 14:48:02 UTC

[maven-mvnd] branch master updated: Ignore reformat commit in git blame

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 43d1ba2  Ignore reformat commit in git blame
43d1ba2 is described below

commit 43d1ba2de856265df69a3e1694aea02c8b819605
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Nov 22 15:47:53 2022 +0100

    Ignore reformat commit in git blame
---
 .git-blame-ignore-revs | 21 +++++++++++++++++++++
 pom.xml                |  1 +
 2 files changed, 22 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..3f5943f
--- /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
+a14a1eb80f53d9e3b5cbf89ac9f21ab094591fd9
diff --git a/pom.xml b/pom.xml
index 81fc75f..2b5111f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,6 +351,7 @@ limitations under the License.</inlineHeader>
               <exclude>**/.mvn/maven.config</exclude>
               <exclude>**/.mvn/jvm.config</exclude>
               <exclude>.gitattributes/</exclude>
+              <exclude>.git-blame-ignore-revs</exclude>
               <exclude>.mvn/maven.config</exclude>
               <exclude>.mvn/wrapper/</exclude>
               <exclude>LICENSE.txt</exclude>