From: Pavel Sher Date: Wed, 9 Jan 2019 13:53:41 +0000 (+0100) Subject: fix TW-58428: make health report sound as recommendation rather than error X-Git-Url: https://git.jetbrains.org/?p=teamcity%2Fgit-plugin.git;a=commitdiff_plain;h=6181c28408a88d85379e4449747d41f9cc65dcf4 fix TW-58428: make health report sound as recommendation rather than error --- diff --git a/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp b/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp index 5825dff0..502a1465 100644 --- a/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp +++ b/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp @@ -4,9 +4,13 @@
- Cannot run git garbage collection using git at path '': . + Cannot run git garbage collection using git at path ''. + It is recommended to perform garbage collection in git repositories periodically to improve performance of changes collection.
- Please install a git client on the TeamCity server machine and specify a path to it in the teamcity.server.git.executable.path + Please install git client on the TeamCity server machine and specify a path to it in the teamcity.server.git.executable.path internal property . +
+
+ Error details:
\ No newline at end of file