--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
Currently no. These are always added with the cherry-pick submit
type. But we might be able to add a new submit type that doesn't add
these footers, but that won't arrive until at least when 2.1.6 is
released later in October.
> Or whether there is other policy we can use. We don't want to use
> merge related policy as we don't want to see the merge commit in the
> branch, because we need release the code to customer in patches.
Nope, at that point you need to use "fast forward only" and rebase
manually, or use cherry-pick and deal with the footers.
The original poster doesn't want merge commits in the branch. They
wish to have a single string of pearls, so they can easily generate a
list of patches from that string and hand those patches off to their
customer. Merge commits make for a less linear history, which can
make it a lot harder to understand patch ordering, etc.
We would like something like this too. It is very annoying for many
users to have to rebase their changes very often as it happens now
(which also resets the review score and spams reviewers/project
watches again). At the same time they don't want merge commits in
those branches.
--
Mihai Rusu
Hello,We are right now using 2.7, and we also have this request, ie. Having a "Cherry Pick If necessary". So it will avoid developer to reset local his changes, if merge can be fast forward.Is this planned, or something already exist and I missed it ?
Thanks for your help,Laurent
On Monday, September 20, 2010 4:16:56 PM UTC+2, Shawn Pearce wrote:On Sat, Sep 18, 2010 at 11:28, Luciano Carvalho <lsca...@gmail.com> wrote:
> Why don't you use Always Merge or Merge as Needed ?The original poster doesn't want merge commits in the branch. They
wish to have a single string of pearls, so they can easily generate a
list of patches from that string and hand those patches off to their
customer. Merge commits make for a less linear history, which can
make it a lot harder to understand patch ordering, etc.
--
--
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/groups/opt_out.
Thanks for your quick Answer,Actually we were using Rebase If Necessary before Cherry Pick, and the drawback of this is :When dev are not using branches and do each fix on master, commit are dependent of each other, then a change set is not merged until previous change set is merged.
Note : we are still asking dev to do a branch each time they do a fix, but it's pretty hard to get them understand this coming from cvs world.One think also I might need your help is : does cherry-pick conflict resolution more "tolerant" than rebase or it does use the same algorithm ?
2013/10/17 Laurent Barbisan