← Back to context

Comment by cthalupa

7 years ago

Is that really true? The big three cloud providers all have commits to the Linux kernel:

~/linux   master ● $ git log --author=amazon --format='%h %s%n %ad, %an <%ae>' --date=short | grep @amazon | wc -l 206

~/linux   master ● $ git log --author=microsoft --format='%h %s%n %ad, %an <%ae>' --date=short | grep @microsoft | wc -l 1825

~/linux   master ● $ git log --author=google --format='%h %s%n %ad, %an <%ae>' --date=short | grep @google | wc -l 11283

Good on Google.

Besides the kernel contributions, Google has a long list of open source projects: https://opensource.google.com/projects/list/featured

For all the hates Google gets on HN, they have been at the forefront of supporting OSS.