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 akurtakov committed Nov 9, 2023
1 parent 9a9e707 commit 2974126
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>Platform SWT</description>
</setupTask>
<setupTask
Expand Down Expand Up @@ -75,6 +81,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>Platform SWT</description>
</setupTask>
<setupTask
Expand Down Expand Up @@ -252,6 +264,12 @@
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="branch">
<properties
key="autoSetupRebase"
value="always"/>
</configSections>
<description>SWT Website</description>
</setupTask>
<setupTask
Expand Down

0 comments on commit 2974126

Please sign in to comment.