# File lib/bundler/source/git/git_proxy.rb, line 46
        def revision
          @revision ||= allowed_in_path do
            msg = "Ref '#{ref}' was not found. Perhaps you mispelled it?"
            git("rev-parse --verify #{ref}", true, msg).strip
          end
        end