* Shlomi Fish <shlo...@shlomifish.org> [2013-12-04 15:30]: > Well, "git rebase" did not work properly (too many silly merge commits > for stuff that predates my contributions) but a semi-manual "git > cherry-pick" appears to have worked well.
git rebase --onto silug/master d601c5b shlomi/master Then a few `git rm -f META.yml && git rebase --continue` later you’d’ve gotten what I think is just what’s in your pull request. -- git commit -m 'Just another Git hacker,' #Aristotle Pagaltzis // <http://plasmasturm.org/>