# File lib/grit/blame.rb, line 15 def load_blame output = @repo.git.blame({'p' => true}, @commit, '--', @file) process_raw_blame(output) end