diff options
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/scm-integration.md | 1 |
1 files changed, 1 insertions, 0 deletions
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. |