Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Oomph setup to make "rebase" default choice #79

Closed
iloveeclipse opened this issue Nov 7, 2023 · 3 comments
Closed

Update Oomph setup to make "rebase" default choice #79

iloveeclipse opened this issue Nov 7, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@iloveeclipse
Copy link
Member

See discussion on eclipse-egit/egit#2.

People contributing via Oomph'ed installations should get branch.autoSetupRebase=always git preference set for all JDT repositories they clone.

The .git/config file should have these lines:

[branch]
	autoSetupRebase = always

Note, if [branch] section is already there, the autoSetupRebase = always line should be "appended" after the last line in the section.

@merks
Copy link
Contributor

merks commented Nov 7, 2023

Very good. I shall get to this shortly...

merks added a commit to eclipse-platform/eclipse.platform that referenced this issue Nov 8, 2023
merks added a commit to merks/eclipse.platform.releng.aggregator that referenced this issue Nov 8, 2023
merks added a commit to eclipse-platform/eclipse.platform.releng.aggregator that referenced this issue Nov 8, 2023
merks added a commit to eclipse-platform/eclipse.platform.swt that referenced this issue Nov 8, 2023
merks added a commit to eclipse-platform/eclipse.platform.ui that referenced this issue Nov 8, 2023
@merks
Copy link
Contributor

merks commented Nov 8, 2023

I've done this across all the clone tasks of all the Eclipse TLP's setups.

Thanks for the excellent suggestion @iloveeclipse because I've been doing this manually every time I create topic branch.

I think you can close this now.

@iloveeclipse
Copy link
Member Author

Thanks Ed for all the work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants