aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scm/git/GitBlameCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-18408 Integrate git-files-blame algorithm to scanner-engineLéo Geoffroy2023-03-141-388/+0
* SONAR-14656 fixed unit tests not passing on WindowsLukasz Jarocki2023-01-111-7/+17
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17353 native git blame reads author instead of committerSteve Marion2022-10-121-0/+31
* SONAR-16634 Native git blame fails if email address contains spacesDuarte Meneses2022-07-061-3/+21
* SONAR-16474 - Fix SSF-276Belen Pruvost2022-06-231-0/+30
* SONAR-16415 Prevent argument injection on `git blame` native commandKlaudio Sinani2022-05-301-0/+49
* SONAR-16416 Fix SSF-266Jacek2022-05-271-9/+74
* SONAR-16290 Fix bug parsing certain source code lines and improve logsDuarte Meneses2022-04-251-3/+20
* SONAR-16290 Fallback to jgit on first git failureDuarte Meneses2022-04-211-28/+18
* SONAR-16290 Use native git to collect blame informationDuarte Meneses2022-04-211-30/+157
* MMF-2692 Initial git blame command implementationKlaudio Sinani2022-04-211-0/+51