aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-28 18:42:39 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-28 18:42:39 +0000
commit10e7961f993ba91f9bb5daf4d7feaa3014d7449f (patch)
tree5e66cda7651c2e83679dc64ce26acfb81898f126 /ChangeLog
parent965b947fff6453464acfc9726db09db359db920b (diff)
downloadruby-10e7961f993ba91f9bb5daf4d7feaa3014d7449f.tar.gz
doc/contributing.rdoc: allow/encourage other git hosts
git is a distributed system, so make it clear to potential contributors that it does not and should not matter where their repositories are hosted. Furthermore, it should be possible to contribute to Open Source projects by relying only on Open Source tools, protocols and APIs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a56e032df..1453b9e76a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 29 03:36:42 2014 Eric Wong <e@80x24.org>
+
+ * doc/contributing.rdoc: allow/encourage other git hosts
+ [ruby-core:59807][misc #9421]
+
Tue Jan 28 23:36:01 2014 Tanaka Akira <akr@fsij.org>
* ext/socket: Avoid redundant fcntl/fstat syscalls for cloexec