Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2021-06-08 15:10:00 +00:00
parent ccc2dc45a3
commit 0ebbf19f2d
198 changed files with 1226 additions and 1773 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env ruby
x = STDIN.read
x = $stdin.read
File.write('/tmp/rb-data.txt', x)