class Bundler::Source::Git::GitProxy

def commit

def commit
  @commit ||= pinned_to_full_sha? ? ref : @revision
end