On Wed, Aug 29, 2012 at 4:44 PM, Jeroen De Dauw jeroendedauw@gmail.com wrote:
Hey,
I see several workflow issues I will have if this was applied to all extensions:
- Creating tags and pushing them - can this be done using gitreview?
This is still doable via normal git commands. Nothing there changes.
- Someone makes a pile of commits on some alternate remote or just locally
and then wants to push them to the wmf hosted repo. If the stuff has already been reviewed, having to manually self-approve all of them is just ridiculous.
- What if you merge a branch of which the commits have already been
reviewed into master and then want to push that? Same problem as above?
Only if they're pushing to master. It would make sense to have done the work on the branch, merge it to master, and then just push the merge commit for review.
-Chad