Le samedi 03 mars, Ivan Andrus a écrit: > I assume (since it's git) that there is some magic that will let me > specify N branches and then merge them into an unnamed branch that I > can then use to build and run the version I'm interested in. Is this > in fact possible? Or rather, how much more difficult will this be > than using queues?
Create a branch (from an unpatched one, for example) and cherry-pick the patches you want in. I insist on "cherry-pick" : that's the name of the git command you would use, not just an english verb! Snark on #sagemath -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org