Skip to content

Commit

Permalink
Encourage rebase on forks by configuring the clone default for that
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored and iloveeclipse committed Nov 8, 2023
1 parent 2cc0eb4 commit a65fec5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions org.eclipse.jdt.releng/JDT.setup
Expand Up @@ -128,6 +128,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>JDT Features</description>
</setupTask>
<setupTask
Expand Down Expand Up @@ -184,6 +190,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>JDT Core</description>
</setupTask>
<setupTask
Expand Down Expand Up @@ -288,6 +300,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>JDT Core Tests</description>
</setupTask>
<setupTask
Expand Down Expand Up @@ -342,6 +360,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>JDT Core</description>
</setupTask>
<setupTask
Expand Down Expand Up @@ -445,6 +469,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>JDT UI</description>
</setupTask>
<setupTask
Expand Down

0 comments on commit a65fec5

Please sign in to comment.