From 9c4cfdbde47c269aaaed4a28835dec12bebede8e Mon Sep 17 00:00:00 2001 From: "Ilia.Shulgin" Date: Wed, 11 Jun 2025 14:49:43 +0200 Subject: [PATCH] [git] IJPL-173922 Set git.branches.widget.rd to true by default Value change should affect split mode only GitOrigin-RevId: 86643280f22e795450502c2db5292ed40bf847f0 --- plugins/git4idea/shared/resources/intellij.vcs.git.shared.xml | 2 +- .../shared/src/com/intellij/vcs/git/shared/rdWidgetRegistry.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/git4idea/shared/resources/intellij.vcs.git.shared.xml b/plugins/git4idea/shared/resources/intellij.vcs.git.shared.xml index 6872a02a4c24..4e8e923bfe01 100644 --- a/plugins/git4idea/shared/resources/intellij.vcs.git.shared.xml +++ b/plugins/git4idea/shared/resources/intellij.vcs.git.shared.xml @@ -35,7 +35,7 @@ - diff --git a/plugins/git4idea/shared/src/com/intellij/vcs/git/shared/rdWidgetRegistry.kt b/plugins/git4idea/shared/src/com/intellij/vcs/git/shared/rdWidgetRegistry.kt index 3934803bc7e9..0e9cde5f8fb2 100644 --- a/plugins/git4idea/shared/src/com/intellij/vcs/git/shared/rdWidgetRegistry.kt +++ b/plugins/git4idea/shared/src/com/intellij/vcs/git/shared/rdWidgetRegistry.kt @@ -5,4 +5,4 @@ import org.jetbrains.annotations.ApiStatus @ApiStatus.Internal fun Registry.Companion.isRdBranchWidgetEnabled(): Boolean = - `is`("git.branches.widget.rd", false) \ No newline at end of file + `is`("git.branches.widget.rd", true) \ No newline at end of file