diff options
author | Belen Pruvost <belen.pruvost@sonarsource.com> | 2021-04-29 14:30:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-29 20:03:32 +0000 |
commit | 12ff4a12bc6613cd17d02c3c4b6f7de469a07ffe (patch) | |
tree | ddd4c50b0f38d021992fc30d21debfe255031ecb /server/sonar-docs/src | |
parent | ca4bbea8375d754cb5cfb37a6cd046ca6d038434 (diff) | |
download | sonarqube-12ff4a12bc6613cd17d02c3c4b6f7de469a07ffe.tar.gz sonarqube-12ff4a12bc6613cd17d02c3c4b6f7de469a07ffe.zip |
SONAR-14750 - Add link to warning + update doc
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/scm-integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scm-integration.md b/server/sonar-docs/src/pages/analysis/scm-integration.md index c2d14b0b437..ccd8181b311 100644 --- a/server/sonar-docs/src/pages/analysis/scm-integration.md +++ b/server/sonar-docs/src/pages/analysis/scm-integration.md @@ -24,7 +24,7 @@ Git integration uses [JGit](https://www.eclipse.org/jgit/). JGit is a pure Java * 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. +* "Missing blame information..." and "Could not find ref..." can be caused by checking out with a partial / shallow clone, or using Git submodules. ### How to investigate error during blame (only possible on Unix/Linux)? |