class Bundler::Source::Git

def to_s

def to_s
  begin
    at = humanized_ref || current_branch
    rev = "at #{at}@#{shortref_for_display(revision)}"
  rescue GitError
    ""
  end
  uri_with_specifiers([rev, glob_for_display])
end