From: G. Ann Campbell Date: Mon, 1 Jul 2019 16:12:07 +0000 (-0400) Subject: DOC Add causes of "Missing blame info..." X-Git-Tag: 8.0~410 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85662b6c80e0bc81938f1cf247be54fedae44b6f;p=sonarqube.git DOC Add causes of "Missing blame info..." --- diff --git a/server/sonar-docs/src/pages/analysis/scm-integration.md b/server/sonar-docs/src/pages/analysis/scm-integration.md index c5c597d0634..dd2ac40e4a2 100644 --- a/server/sonar-docs/src/pages/analysis/scm-integration.md +++ b/server/sonar-docs/src/pages/analysis/scm-integration.md @@ -22,6 +22,7 @@ Auto-detection of Git during analysis will happen if there is a .git folder in t * Git doesn't consider old "Mac" line ends (CR) as new lines. As a result the blame operation will contain fewer lines than expected by SonarQube and analysis will fail. The solution is to fix line ends to use either Windows (CR/LF) or Unix (LF) line ends. * JGit doesn't support .mailmap file to "clean" email adress during the blame +* "Missing blame information..." can be caused by checking out with a partial / shallow clone, or using Git submodules. ### Advanced information The plugin uses [JGit](https://www.eclipse.org/jgit/) 4.9.0. JGit is a pure Java implementation of Git client.