Closed tubbo closed 12 years ago
Are you using the most recent version of git-tracker
? I fixed a few similar issues recently.
Oops, hit the wrong button - didn't mean to close the issue.
That worked! Thanks so much for creating this, it's been very helpful.
On May 8, 2012, at 5:26 PM, Steven Harmanreply@reply.github.com wrote:
Oops, hit the wrong button - didn't mean to close the issue.
Reply to this email directly or view it on GitHub: https://github.com/highgroove/git_tracker/issues/8#issuecomment-5586894
When I try to
git rebase --interactive
, I'm met with this ugly and uninformative error:To fix this, I simply removed the pre-commit hook that git-tracker provided. I'm guessing that editing the COMMIT_EDITMSG file is what's breaking the rebase.
Here's the full output: https://gist.github.com/d38f1e2d2ec9bc480b6f
And my processed is described in detail at http://stackoverflow.com/questions/10488655/i-cant-git-rebase-interactive-anymore
Let me know if I may be of any further assistance. I can't really use this wonderful plugin until this is fixed, as
rebase --interactive
is an integral part of my git workflow.