ruby-changes:32650
From: normal <ko1@a...>
Date: Wed, 29 Jan 2014 03:42:44 +0900 (JST)
Subject: [ruby-changes:32650] normal:r44729 (trunk): doc/contributing.rdoc: allow/encourage other git hosts
normal 2014-01-29 03:42:39 +0900 (Wed, 29 Jan 2014) New Revision: 44729 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44729 Log: 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. Modified files: trunk/ChangeLog trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 44728) +++ doc/contributing.rdoc (revision 44729) @@ -436,7 +436,8 @@ your working branch: https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L436 Now that you've got some code you want to contribute, let's get set up to generate a patch. Start by forking the github mirror, check the {github docs on forking}[https://help.github.com/articles/fork-a-repo] if you get stuck here. -here. You will also need a github account if you don't yet have one. +here. You will only need a github account if you intend to host your repository +on github. Next copy the writable url for your fork and add it as a git remote, replace "my_username" with your github account name: @@ -454,6 +455,12 @@ the patch for you, save the file to your https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L455 tracker. Alternatively you can submit a pull request, but for the best chances to receive feedback add it is recommended you add it to redmine. - - +Since git is a distributed system, you are welcome to host your git repository +on any {publically accessible hosting +site}[https://git.wiki.kernel.org/index.php/GitHosting], including {hosting your +own}[https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#public-repositories] +You may use the {'git format-patch'}[http://git-scm.com/docs/git-format-patch] +command to generate patch files to upload to redmine. You may also use +the {'git request-pull'}[http://git-scm.com/docs/git-request-pull] command for +formatting pull request messages to redmine. Index: ChangeLog =================================================================== --- ChangeLog (revision 44728) +++ ChangeLog (revision 44729) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jan 29 03:36:42 2014 Eric Wong <e@8...> + + * doc/contributing.rdoc: allow/encourage other git hosts + [ruby-core:59807][misc #9421] + Tue Jan 28 23:36:01 2014 Tanaka Akira <akr@f...> * ext/socket: Avoid redundant fcntl/fstat syscalls for cloexec -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/