Skip to content

Instantly share code, notes, and snippets.

@shugo
Created January 6, 2012 05:19
Show Gist options
  • Save shugo/1569141 to your computer and use it in GitHub Desktop.
Save shugo/1569141 to your computer and use it in GitHub Desktop.
git bugspotsしたらエラーが:(
/home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/internal/loose.rb:108:in `unpack_object_header_gently': undefined method `>>' for "x":String (NoMethodError)
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/internal/loose.rb:56:in `get_raw_object'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/internal/loose.rb:32:in `[]'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/repository.rb:84:in `block in get_raw_object_by_sha1'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/repository.rb:83:in `each'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/repository.rb:83:in `get_raw_object_by_sha1'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/repository.rb:334:in `walk_log'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/repository.rb:287:in `log'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby/repository.rb:306:in `rev_list'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby.rb:68:in `block in rev_list'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby.rb:224:in `block in try_run'
from /home/shugo/local/lib/ruby/1.9.1/timeout.rb:68:in `timeout'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby.rb:223:in `try_run'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/git-ruby.rb:68:in `rev_list'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/commit.rb:121:in `find_all'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/grit-2.4.1/lib/grit/repo.rb:365:in `commits'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/bugspots-0.1.0/lib/bugspots/scanner.rb:18:in `scan'
from /home/shugo/local/lib/ruby/gems/1.9.1/gems/bugspots-0.1.0/bin/git-bugspots:44:in `<top (required)>'
from /home/shugo/local/bin/git-bugspots:19:in `load'
from /home/shugo/local/bin/git-bugspots:19:in `<main>'
Scanning . repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment