mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02: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:
parent
41bc766763
commit
8a608f1b1f
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ if $srcdir
|
||||||
elsif $svn
|
elsif $svn
|
||||||
vcs = VCS::SVN.new($svn == true ? SVNURL : URI.parse($svn))
|
vcs = VCS::SVN.new($svn == true ? SVNURL : URI.parse($svn))
|
||||||
elsif $git
|
elsif $git
|
||||||
vcs = VCS::GIT.new($git == true ? GITURL : URI.parse($git))
|
abort "#{File.basename $0}: use -srcdir with cloned local repository"
|
||||||
else
|
else
|
||||||
vcs = VCS::SVN.new(SVNURL)
|
vcs = VCS::SVN.new(SVNURL)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue