Git development branches
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Git development branches
The proposal sounds good to me. I don't care much whether the branch names have a ".x" suffix or not. I would be in favour of switching over completely right away.
Re: Git development branches
+1
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
Re: Git development branches
Certainly much clearer this way. Yay.
Re: Git development branches
+1 and yes I am guilty of performing nubbage as stated in the first post. Still trying to wrap my head around this branch, ticket stuffs.
Do not hire Christian Bullock he won't finish the job and will keep your money
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Git development branches
Does anyone know what happens to PRs against a branch that is deleted on github?
I mean we can merge them just right, but I guess the UI breaks?
I mean we can merge them just right, but I guess the UI breaks?
Member of the Development-Team — No Support via PM
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Git development branches
Just tested on my newspage extension, and outstanding PRs are closed, without an option to be reopened.
https://github.com/nickvergessen/phpbb- ... e/pull/109
So I'd say we create the new branches, new stuff goes against 3.y.x branches, and we merge stuff into them.
Once the majority of the current PRs is merged, we delete the branches?
https://github.com/nickvergessen/phpbb- ... e/pull/109
So I'd say we create the new branches, new stuff goes against 3.y.x branches, and we merge stuff into them.
Once the majority of the current PRs is merged, we delete the branches?
Member of the Development-Team — No Support via PM
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Git development branches
The new branches have been created.
Please send new Pull Request to the new branches. Existing PRs can be kept, to avoid duplication.
Once most of the PRs are merged, we will delete the develop* branches.
Please send new Pull Request to the new branches. Existing PRs can be kept, to avoid duplication.
Once most of the PRs are merged, we will delete the develop* branches.
Member of the Development-Team — No Support via PM
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: Git development branches
I noticed there is no branch 3.2.x. Is there a reason?
More generally, will branch 'develop-x' be synced with its corresponding new branch? (as long as the 'develop-x' branch exists, of course).
Or should current PR be rebased against '3.x' instead of 'develop-x'?
More generally, will branch 'develop-x' be synced with its corresponding new branch? (as long as the 'develop-x' branch exists, of course).
Or should current PR be rebased against '3.x' instead of 'develop-x'?