# File lib/grit/git-ruby.rb, line 46 def diff(options, sha1, sha2 = nil) try_run { ruby_git.diff(sha1, sha2, options) } end