Achim Gratz writes: > Alan Schmitt writes: >> I'll commit as soon as I can find the magic git incantations to get rid >> of the "merge" commits that happened as I was pulling changes from the >> repository. > > Just cherry-pick your changes on top of the new master or use the > rewrite facility in magit.
I tried and it did not work. So I just reset everything and applied my change on top of a clean checkout. It's been pushed. > If you want to avoid this in general, see: > > http://orgmode.org/worg/org-faq.html#keeping-local-changes-current-with-Org-mode-development This will be most useful, thanks a lot. Alan