]> source.dussan.org Git - sonarqube.git/commitdiff
DOC Add causes of "Missing blame info..."
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Mon, 1 Jul 2019 16:12:07 +0000 (12:12 -0400)
committerSonarTech <sonartech@sonarsource.com>
Mon, 1 Jul 2019 18:21:09 +0000 (20:21 +0200)
server/sonar-docs/src/pages/analysis/scm-integration.md

index c5c597d063414dfe7426201427fe44afc04476e2..dd2ac40e4a23576e2c9d6c1a7b9b642724c4b8c3 100644 (file)
@@ -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.