[Numpy-discussion] 1.10-devel is open

Charles R Harris charlesr.harris at gmail.com
Mon Jul 7 08:34:18 EDT 2014


On Mon, Jul 7, 2014 at 2:02 AM, Julian Taylor <jtaylor.debian at googlemail.com
> wrote:

> On 07.07.2014 07:53, Charles R Harris wrote:
> > Just so. The fixes for 1.9.0b1 are now in that branch ready for the next
> > beta.
> >
>
> how did you do that without a merge commit?
>

  git branch tmp maintenance/1.9.x
  git co tmp
  git branch -f maintenance/1.9.x d244ec7
  git rebase -p --onto tmp 10098da maintenance/1.9.x


> however you did it you have git has lost ancestry which is not so nice
> for backporting.
>

Same changesets, I believe. If '-p' is omitted the merges are omitted.


> If there are no objections I'd like to rewind the maintenance branch
> back to beta1 and merge master in properly.
>

I thought this somewhat cleaner than a merge :0

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140707/6d26b431/attachment.html>


More information about the NumPy-Discussion mailing list