From 29315743c522e1fc92205dbdf97af5ae83076997 Mon Sep 17 00:00:00 2001
From: Daniel Haag <daniel.haag@uibk.ac.at>
Date: Fri, 14 Jun 2019 10:12:15 +0200
Subject: [PATCH] openolat#39: use native git for the maven commit id plugin to
 support git workdirs

---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 707de16c4c3..f68c188163e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1303,6 +1303,7 @@
 
 				<configuration>
 					<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
+					<useNativeGit>true</useNativeGit>
 				</configuration>
 			</plugin>
 			<plugin>
-- 
GitLab