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:
parent
41bc766763
commit
8a608f1b1f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue