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 2023/01/06 13:42:02 UTC

[maven-mvnd] 05/28: Ignore reformat commit in git blame

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

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

commit fbf6dd16cb768b3f5b5d82b6597421deab86c3e4
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 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.</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>