I also ran into a problem where something happened during a rebase and I couldn't abort the rebase. The solution for this is at http://stackoverflow.com/questions/5104649/how-to-abort-an-interactive-rebase-if-abort-doesnt-work where you have to substitute your branch name for "master" in the solution, so if you are trying to rebase foo and get this problem you fix it with
git update-ref refs/heads/foo expected_SHA1 -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
