#16604: new OA for n=112,160,176,208,224,352,416,514,544,640,796,896
-------------------------------------+-------------------------------------
Reporter: ncohen | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.3
Component: combinatorial | Resolution:
designs | Merged in:
Keywords: | Reviewers:
Authors: Nathann Cohen | Work issues:
Report Upstream: N/A | Commit:
Branch: u/ncohen/16604 | e5f428d75ade25f0524abbb61c71a67039ed754a
Dependencies: #16582 | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by vdelecroix):
Replying to [comment:31 ncohen]:
> > (I am using a live usb key and I completely messed up the author name
in my commits. I tried "git rebase -i HEAD~2" but I obtain a list of 200+
commits because of the merge... do you know how to fix it?)
>
> to change your last two commits I would do that :
>
> 1) git reset HEAD~1 # this "cancels" your last commit, and its code will
become "staged differences". As if you had not typed "git commit"
>
> 2) git commit --amend --author <whatever you want> # change the author
of the merge commit
>
> 3) git commit -a --author <whatever you want> # do your last commit
again
Great. It worked... but this method works only if there is at most one
commit after the merge. If you have a look at the branch
u/vdelecroix/16604 the helper function is much simpler (and the code run a
bit faster).
Vincent
--
Ticket URL: <http://trac.sagemath.org/ticket/16604#comment:32>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.