I always get the following error:
[10] iq » git diff EmailImporter.queue_email_import
NoMethodError: undefined method `tree' for nil:NilClass
from /Users/josh/.rvm/gems/ruby-1.9.3-p327-falcon@iq/gems/pry-git-0.2.3/lib/pry-git.rb:17:in `get_file_from_commit'
I'm in a pretty standard Rails 3.2 project, using the jazz_hands gem which includes your pry-git gem.
Any idea what's going wrong here?