Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Wrong push on Kepler SR2

Set branch.autosetuprebase = always in your user settings to prevent this from happening in new branches:
http://wiki.eclipse.org/Platform-releng/Git_Workflows#Configure_the_workspace

For exisiting local branches, you may have to set
branch.<branchname>.rebase = true
in the repo config.

Markus



From:        Laurent Goubet <laurent.goubet@xxxxxxx>
To:        cross-project-issues-dev@xxxxxxxxxxx
Date:        2013-09-03 17:00
Subject:        Re: [cross-project-issues-dev] Wrong push on Kepler SR2
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




In fact ... I think the issue is just that I've used the default EGit's "pull" instead of a pull rebase, so probably nothing to revert?

Laurent Goubet
Obeo

On 03/09/2013 16:53, Laurent Goubet wrote:

Hi all,

I just did something I don't really understand on the aggregation repository, and pushed a merging commit (
http://git.eclipse.org/c/simrel/org.eclipse.simrel.build.git/commit/?h=Kepler_maintenance&id=0caf9d67fc9d0d0bdcc18485fbb3f1181387d565 ) along with my real commit, as a result I think I broke a number of other projects (emf, xtext, koneki...).

I will revert these changes and hope that the "merge" didn't break anything else.

Sorry about that.

Laurent Goubet
Obeo


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[attachment "laurent_goubet.vcf" deleted by Markus Keller/Zurich/IBM] _______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top