aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol/src
diff options
context:
space:
mode:
authorlukasz-jarocki-sonarsource <77498856+lukasz-jarocki-sonarsource@users.noreply.github.com>2021-02-26 09:29:39 +0100
committersonartech <sonartech@sonarsource.com>2021-02-26 20:07:39 +0000
commit9cb17b6dbce261af578b7c5fe430fa340d4ff1ad (patch)
treedecb117810be86812b2849f8adb388de5a97919d /sonar-scanner-protocol/src
parent26ca7559fab8b6a0379468a0a5b5f7d83c1baaa9 (diff)
downloadsonarqube-9cb17b6dbce261af578b7c5fe430fa340d4ff1ad.tar.gz
sonarqube-9cb17b6dbce261af578b7c5fe430fa340d4ff1ad.zip
Revert SONAR-14478, SONAR-14462, SONAR-14461
* Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b.
Diffstat (limited to 'sonar-scanner-protocol/src')
-rw-r--r--sonar-scanner-protocol/src/main/protobuf/scanner_report.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
index f406f2bde9d..b2deb7be2f5 100644
--- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
+++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
@@ -60,8 +60,6 @@ message Metadata {
map<string, int32> not_analyzed_files_by_language = 20;
- string gitDefaultMainBranch = 21;
-
message QProfile {
string key = 1;
string name = 2;