--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gerrit reviews changes on a commit by commit basis, whereas git flow is develop-on-a-branch and then review the result. So Gerrit and git flow wouldn't really make sense. In addition it's almost pointless because all git flow does is encourage people to do development off the master branch, which is essentially what a review tool like Gerrit is for.Think about it as Gerrit managing all of your branching needs automatically and the merge to master is the same as submitting the set of changes, and you won't be fighting the model. Anything else - well, it won't end happily for you and you'll go away upset that it works in a different way to the way you want to work.Git flow is a crutch to support inferior review systems like pull requests.
Hi,have you tried git-review? see [1]Allows you to use feature branches locally and push them as reviews to Gerrit under the same topic.
On 19 Feb 2016, at 14:30, aoeui <wem...@gmail.com> wrote:On Friday, February 19, 2016 at 3:17:56 PM UTC+1, lucamilanesio wrote:Hi,have you tried git-review? see [1]Allows you to use feature branches locally and push them as reviews to Gerrit under the same topic.
I tried it and considered useless but I didn't see try anything
related to pushing multiple changes under the same topic.
If anything,
I would like to minimize usage of number of tools are wrappers over
wrappers.
On 19 Feb 2016, at 14:30, aoeui <wem...@gmail.com> wrote:On Friday, February 19, 2016 at 3:17:56 PM UTC+1, lucamilanesio wrote:Hi,have you tried git-review? see [1]Allows you to use feature branches locally and push them as reviews to Gerrit under the same topic.
I tried it and considered useless but I didn't see try anything
related to pushing multiple changes under the same topic.It actually does it for you: all the commits on the local feature branch are pushed as changes on the same topic.Is not this what you need?
Can you express your requirements?
*** WARNING ***
EXTERNAL EMAIL -- This message originates from outside our organization.
On 20 Feb 2016, at 2:21, aoeui wrote:
Does anybody use Gerrit as a review tool in conjunction with gitflow
branching model? In many places I read that it's a bad idea and that
Gerrit is not suitable for this. However, I can't see any
disadvantages. If gitflow was deployed only commits that need review
We're using Gitflow and Gerrit together and it works fine ( for us ).
Basically, we only really track the develop branch in Gerrit, and the occasional support/XXX branch for modules, the master branch is actually tracked on an upstream repo server and not currently pushed to gerrit.
Everything else git-flowish is just local to the developers machine - feature branches are local and server to isolate concurrent work by a developer, since they ultimately get merged into develop from gitflow, we push these are reviews for/develop in Gerrit. If we're working on a support branch, then changes destined for that are pushed for/support/NNN.
--
Mark Derricutt
http://www.theoryinpractice.net
http://www.chaliceofblood.net
http://plus.google.com/+MarkDerricutt
http://twitter.com/talios
http://facebook.com/mderricutt