aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scm/git/CompositeBlameCommand.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24896 upgrade to latest version of git-files-blamePierre2025-04-281-1/+8
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-18408 Integrate git-files-blame algorithm to scanner-engineLéo Geoffroy2023-03-141-9/+94
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-16544 Scanner fails if there's no git HEAD commitDuarte Meneses2022-06-231-1/+11
* SONAR-16416 Fix SSF-266Jacek2022-05-271-1/+1
* SONAR-16290 Fix bug parsing certain source code lines and improve logsDuarte Meneses2022-04-251-2/+6
* SONAR-16232 Add Thread interrupt in blame commandJacek2022-04-221-1/+2
* SONAR-16290 Fallback to jgit on first git failureDuarte Meneses2022-04-211-18/+53
* SONAR-16290 Use native git to collect blame informationDuarte Meneses2022-04-211-0/+119