On Wed, 29 Mar 2006, Junio C Hamano wrote: > Jakub Narebski <jnareb@xxxxxxxxx> writes: > > > Perhaps if possible also have > > > > git cherry-pick --whole-branch branchname > > > > meaning > > > > git cherry-pick branchname:begining..branchname:HEAD > > There is no branchname:beginning in git. Well, in this case you don't need it. You just do git cherry-pick HEAD..branch and it just magically does the right thing. For consistency reasons, we should probably allow that to be written as just "..branch", the same way we can write "branch.." to mean "everything in HEAD but not in "branch". Linus - : 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