On Wed, 29 Mar 2006, Junio C Hamano wrote: > Jakub Narebski <jnareb@gmail.com> 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Mar 30 13:54:52 2006
This archive was generated by hypermail 2.1.8 : 2006-03-30 13:55:06 EST