2012/6/29 David Kastrup <[email protected]>:
(...)
> That's a patch 2/2.  In this case, you don't really want to have two
> separate commits, but replace the previous commit with a changed one.
> The usual way to do that is to commit with git commit --amend ...
>
> Now that you already have made two commits, the idea is to fold both
> commits into one.  Assuming that you have set EDITOR/VISUAL to an editor
> with which you are reasonably comfortable, you can do that with
>
> git rebase -i HEAD~2
>
> and then editing the offered file by marking the second commit with
> "fixup".  After that, reupload with git cl.
>
> --
> David Kastrup

just uploaded a new patch set.

Thanks again for the hints and your help.

Seems like you're volunteering for being my mentor. ;)



-Harm

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to