aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-07-01 12:12:07 -0400
committerSonarTech <sonartech@sonarsource.com>2019-07-01 20:21:09 +0200
commit85662b6c80e0bc81938f1cf247be54fedae44b6f (patch)
treecf83322e49a13936d3bd42416fd20ffc62e705a6 /server/sonar-docs
parent85830609e7ee276f626ff851545446dc80e887da (diff)
downloadsonarqube-85662b6c80e0bc81938f1cf247be54fedae44b6f.tar.gz
sonarqube-85662b6c80e0bc81938f1cf247be54fedae44b6f.zip
DOC Add causes of "Missing blame info..."
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/scm-integration.md1
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.