On Fri, Mar 9, 2012 at 8:40 AM, Matti Airas <[email protected]> wrote: > BTW, how did you actually do the removal? Did you just branch the repos > before the offending commits and then merge all commits except the > offending ones?
I wonder if a " git rebase -i commit_id^ " (where "commit_id" is the commit to be removed) and removing the line on the interactive rebase editor, would fix this more or less easily :) Anyway, it's done and let's hope development can progress :) Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
