Michael S. Tsirkin:
Maybe this could also be used to implement a "git merge --squash A..B",
a.k.a a "partial merge".
What exactly should it do?
The same thing, apply a set of changes on top of the current branch, just
using the "merge" name, and not "rebase" or "cherry-pick". "merge --squash"
is just "cherry-pick" with a different name.
--
\\// Peter - http://www.softwolves.pp.se/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html