Skip to content

Commit bf9d849

Browse files
committed
vcs.rb: .git at export
* tool/vcs.rb (VCS::GIT#export): do not remove .git directory. should remove it by after_export. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent a60a1c0 commit bf9d849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tool/vcs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ def grep(pat, tag, *files, &block)
452452

453453
def export(revision, url, dir, keep_temp = false)
454454
ret = system(COMMAND, "clone", "-s", (@srcdir || '.').to_s, "-b", url, dir)
455-
FileUtils.rm_rf("#{dir}/.git") if ret and !keep_temp
456455
ret
457456
end
458457

0 commit comments

Comments
 (0)