<c:set var="path" value="${healthStatusItem.additionalData['path']}"/>
<c:set var="error" value="${healthStatusItem.additionalData['error']}"/>
<div>
- Cannot run git garbage collection using git at path '<c:out value="${path}"/>': <c:out value="${error.message}"/>.
+ Cannot run git garbage collection using git at path '<c:out value="${path}"/>'.
+ It is recommended to perform garbage collection in git repositories periodically to improve performance of changes collection.
<br/>
- Please install a git client on the TeamCity server machine and specify a path to it in the <b>teamcity.server.git.executable.path</b>
+ Please install git client on the TeamCity server machine and specify a path to it in the <strong>teamcity.server.git.executable.path</strong>
<bs:helpLink file="Configuring+TeamCity+Server+Startup+Properties" anchor="TeamCityinternalproperties">internal property</bs:helpLink>
<bs:helpLink file="Git" anchor="Git_gc"><bs:helpIcon/></bs:helpLink>.
+ <br/>
+ <br/>
+ Error details: <c:out value="${error.message}"/>
</div>
\ No newline at end of file