# File lib/grit_adapter/git_layer_grit.rb, line 165 def rev_list(options, *refs) @git.rev_list(options, *refs) rescue Grit::GitRuby::Repository::NoSuchShaFound raise Gollum::Git::NoSuchShaFound end