1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed -git option of make-snapshot

Git is not for direct access to a remote repository.
Most of its operations need a local clone.
This commit is contained in:
Nobuyoshi Nakada 2019-09-05 14:37:05 +09:00
parent 41bc766763
commit 8a608f1b1f
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -562,7 +562,7 @@ if $srcdir
elsif $svn
vcs = VCS::SVN.new($svn == true ? SVNURL : URI.parse($svn))
elsif $git
vcs = VCS::GIT.new($git == true ? GITURL : URI.parse($git))
abort "#{File.basename $0}: use -srcdir with cloned local repository"
else
vcs = VCS::SVN.new(SVNURL)
end