stevenharman / git_tracker

Some simple tricks that make working with Pivotal Tracker even better... and easier... um, besier!
https://github.com/stevenharman/git_tracker
MIT License
170 stars 11 forks source link

Using the git-tracker hook breaks git rebase --interactive #8

Closed tubbo closed 12 years ago

tubbo commented 12 years ago

When I try to git rebase --interactive, I'm met with this ugly and uninformative error:

fatal: ref HEAD is not a symbolic ref

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.

stevenharman commented 12 years ago

Are you using the most recent version of git-tracker? I fixed a few similar issues recently.

stevenharman commented 12 years ago

Oops, hit the wrong button - didn't mean to close the issue.

tubbo commented 12 years ago

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