ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:59807] [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
@ 2014-01-16  9:35 ` normalperson
  2014-01-23 22:18   ` [ruby-core:60033] requesting commit access (was: allow/encourage other git hosts) Eric Wong
  2014-01-28 18:46   ` [ruby-core:60177] Re: [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts Eric Wong
  2014-01-23 22:22 ` [ruby-core:60034] [ruby-trunk - misc #9421] " normalperson
                   ` (8 subsequent siblings)
  9 siblings, 2 replies; 15+ messages in thread
From: normalperson @ 2014-01-16  9:35 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been reported by Eric Wong.

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Zachary Scott
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60033] requesting commit access (was: allow/encourage other git hosts)
  2014-01-16  9:35 ` [ruby-core:59807] [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts normalperson
@ 2014-01-23 22:18   ` Eric Wong
  2014-01-28  0:15     ` [ruby-core:60150] " KOSAKI Motohiro
  2014-01-28  8:03     ` [ruby-core:60167] " Yukihiro Matsumoto
  2014-01-28 18:46   ` [ruby-core:60177] Re: [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts Eric Wong
  1 sibling, 2 replies; 15+ messages in thread
From: Eric Wong @ 2014-01-23 22:18 UTC (permalink / raw
  To: ruby-core; +Cc: cvs-admin

normalperson@yhbt.net wrote:
> misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
> https://bugs.ruby-lang.org/issues/9421
> 
> 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.

I consider this change important enough for me to request SVN commit
access to ruby/trunk.  I will merge patches/pull requests submitted
using Free/Open Source tools if nobody else has interest.

My primary goal is to make it easier for Free Software zealots (like
myself) to contribute to Ruby.  I'll do my best to not break things for
non-Free platforms and will give other committers a few days/weeks to
review and test before I commit anything.

My SSH public key is here: http://yhbt.net/id_rsa.pub
SHA-1: adc4e096e26eff2a7f59663c54ca3623e1d38ea1
I have no GPG key and avoid real-life interactions, so no signatures.
My brain is too slow for real-time/real-life interaction.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60034] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
  2014-01-16  9:35 ` [ruby-core:59807] [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts normalperson
@ 2014-01-23 22:22 ` normalperson
  2014-01-24  0:14 ` [ruby-core:60040] " e
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: normalperson @ 2014-01-23 22:22 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Eric Wong.


 normalperson@yhbt.net wrote:
 > misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
 > https://bugs.ruby-lang.org/issues/9421
 > 
 > 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.
 
 I consider this change important enough for me to request SVN commit
 access to ruby/trunk.  I will merge patches/pull requests submitted
 using Free/Open Source tools if nobody else has interest.
 
 My primary goal is to make it easier for Free Software zealots (like
 myself) to contribute to Ruby.  I'll do my best to not break things for
 non-Free platforms and will give other committers a few days/weeks to
 review and test before I commit anything.
 
 My SSH public key is here: http://yhbt.net/id_rsa.pub
 SHA-1: adc4e096e26eff2a7f59663c54ca3623e1d38ea1
 I have no GPG key and avoid real-life interactions, so no signatures.
 My brain is too slow for real-time/real-life interaction.

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44551

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Zachary Scott
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60040] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
  2014-01-16  9:35 ` [ruby-core:59807] [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts normalperson
  2014-01-23 22:22 ` [ruby-core:60034] [ruby-trunk - misc #9421] " normalperson
@ 2014-01-24  0:14 ` e
  2014-01-27  4:27   ` [ruby-core:60128] " Eric Wong
  2014-01-24  0:16 ` [ruby-core:60041] [ruby-trunk - misc #9421] [Assigned] " e
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 15+ messages in thread
From: e @ 2014-01-24  0:14 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Zachary Scott.


Hello Eric!

Sorry I haven't had time to commit this since you submitted it 8 days ago.

Please commit your patch, send matz@ruby-lang.org an email requesting commit.

Also, please take notice of Bug #9254. Some other notes to add for this ticket:

"<drbrain> I think it's fine to add words that indicate that other repositories than github are OK"
"<drbrain> however, a mention that some maintainers need a ticket on b.r-l.o"
"<drbrain> for example, some committers don't check github"
"<drbrain> similarly, those committers won't check other git repositories, so the author of the changes will need to create an issue"



----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44554

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Zachary Scott
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60041] [ruby-trunk - misc #9421] [Assigned] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-01-24  0:14 ` [ruby-core:60040] " e
@ 2014-01-24  0:16 ` e
  2014-01-24  2:16 ` [ruby-core:60042] [ruby-trunk - misc #9421] " shyouhei
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: e @ 2014-01-24  0:16 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Zachary Scott.

Status changed from Open to Assigned
Assignee changed from Zachary Scott to Eric Wong

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44555

* Author: Eric Wong
* Status: Assigned
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60042] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-01-24  0:16 ` [ruby-core:60041] [ruby-trunk - misc #9421] [Assigned] " e
@ 2014-01-24  2:16 ` shyouhei
  2014-01-27  4:29 ` [ruby-core:60129] " normalperson
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: shyouhei @ 2014-01-24  2:16 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Shyouhei Urabe.


(I'm totally neutral about this particular patch but) I like Eric's
patches very much in general.  They are fairly well written, well
commented.  I'm strongly +1 to add him our team.

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44556

* Author: Eric Wong
* Status: Assigned
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60128] Re: [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
  2014-01-24  0:14 ` [ruby-core:60040] " e
@ 2014-01-27  4:27   ` Eric Wong
  0 siblings, 0 replies; 15+ messages in thread
From: Eric Wong @ 2014-01-27  4:27 UTC (permalink / raw
  To: Ruby developers

e@zzak.io wrote:
> Sorry I haven't had time to commit this since you submitted it 8 days ago.

No worries.

> Please commit your patch, send matz@ruby-lang.org an email requesting commit.
> 
> Also, please take notice of Bug #9254. Some other notes to add for
> this ticket:

This might be a while, I guess matz/SVN admin are too busy.
I'll rebase for #9254 if you commit that, first.

> "<drbrain> however, a mention that some maintainers need a ticket on b.r-l.o"
> "<drbrain> for example, some committers don't check github"
> "<drbrain> similarly, those committers won't check other git repositories, so the author of the changes will need to create an issue"

Of course.  As long as the b.r-l.o is available, contributors won't
have to use non-Free Software.

I'll also try to make contributing easier for browser/GUI-phobic
folks like myself.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60129] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2014-01-24  2:16 ` [ruby-core:60042] [ruby-trunk - misc #9421] " shyouhei
@ 2014-01-27  4:29 ` normalperson
  2014-01-28  0:22 ` [ruby-core:60152] " kosaki.motohiro
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: normalperson @ 2014-01-27  4:29 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Eric Wong.


 e@zzak.io wrote:
 > Sorry I haven't had time to commit this since you submitted it 8 days ago.
 
 No worries.
 
 > Please commit your patch, send matz@ruby-lang.org an email requesting commit.
 > 
 > Also, please take notice of Bug #9254. Some other notes to add for
 > this ticket:
 
 This might be a while, I guess matz/SVN admin are too busy.
 I'll rebase for #9254 if you commit that, first.
 
 > "<drbrain> however, a mention that some maintainers need a ticket on b.r-l.o"
 > "<drbrain> for example, some committers don't check github"
 > "<drbrain> similarly, those committers won't check other git repositories, so the author of the changes will need to create an issue"
 
 Of course.  As long as the b.r-l.o is available, contributors won't
 have to use non-Free Software.
 
 I'll also try to make contributing easier for browser/GUI-phobic
 folks like myself.

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44624

* Author: Eric Wong
* Status: Assigned
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60150] Re: requesting commit access (was: allow/encourage other git hosts)
  2014-01-23 22:18   ` [ruby-core:60033] requesting commit access (was: allow/encourage other git hosts) Eric Wong
@ 2014-01-28  0:15     ` KOSAKI Motohiro
  2014-01-28  8:03     ` [ruby-core:60167] " Yukihiro Matsumoto
  1 sibling, 0 replies; 15+ messages in thread
From: KOSAKI Motohiro @ 2014-01-28  0:15 UTC (permalink / raw
  To: Ruby developers; +Cc: cvs-admin

On Thu, Jan 23, 2014 at 5:18 PM, Eric Wong <normalperson@yhbt.net> wrote:
> normalperson@yhbt.net wrote:
>> misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
>> https://bugs.ruby-lang.org/issues/9421
>>
>> 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.
>
> I consider this change important enough for me to request SVN commit
> access to ruby/trunk.  I will merge patches/pull requests submitted
> using Free/Open Source tools if nobody else has interest.
>
> My primary goal is to make it easier for Free Software zealots (like
> myself) to contribute to Ruby.  I'll do my best to not break things for
> non-Free platforms and will give other committers a few days/weeks to
> review and test before I commit anything.
>
> My SSH public key is here: http://yhbt.net/id_rsa.pub
> SHA-1: adc4e096e26eff2a7f59663c54ca3623e1d38ea1
> I have no GPG key and avoid real-life interactions, so no signatures.
> My brain is too slow for real-time/real-life interaction.

You are really welcome! I wanted it for a long time. :)

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60152] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2014-01-27  4:29 ` [ruby-core:60129] " normalperson
@ 2014-01-28  0:22 ` kosaki.motohiro
  2014-01-28  9:05 ` [ruby-core:60170] " naruse
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: kosaki.motohiro @ 2014-01-28  0:22 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Motohiro KOSAKI.


 On Thu, Jan 23, 2014 at 5:18 PM, Eric Wong <normalperson@yhbt.net> wrote:
 > normalperson@yhbt.net wrote:
 >> misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
 >> https://bugs.ruby-lang.org/issues/9421
 >>
 >> 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.
 >
 > I consider this change important enough for me to request SVN commit
 > access to ruby/trunk.  I will merge patches/pull requests submitted
 > using Free/Open Source tools if nobody else has interest.
 >
 > My primary goal is to make it easier for Free Software zealots (like
 > myself) to contribute to Ruby.  I'll do my best to not break things for
 > non-Free platforms and will give other committers a few days/weeks to
 > review and test before I commit anything.
 >
 > My SSH public key is here: http://yhbt.net/id_rsa.pub
 > SHA-1: adc4e096e26eff2a7f59663c54ca3623e1d38ea1
 > I have no GPG key and avoid real-life interactions, so no signatures.
 > My brain is too slow for real-time/real-life interaction.
 
 You are really welcome! I wanted it for a long time. :)

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44643

* Author: Eric Wong
* Status: Assigned
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60167] Re: requesting commit access (was: allow/encourage other git hosts)
  2014-01-23 22:18   ` [ruby-core:60033] requesting commit access (was: allow/encourage other git hosts) Eric Wong
  2014-01-28  0:15     ` [ruby-core:60150] " KOSAKI Motohiro
@ 2014-01-28  8:03     ` Yukihiro Matsumoto
  1 sibling, 0 replies; 15+ messages in thread
From: Yukihiro Matsumoto @ 2014-01-28  8:03 UTC (permalink / raw
  To: ruby-core; +Cc: cvs-admin

Hi,

Confirmed.  Welcome.

							matz.


In message "Re: [ruby-core:60033] requesting commit access (was: allow/encourage	other git hosts)"
    on Thu, 23 Jan 2014 22:18:38 +0000, Eric Wong <normalperson@yhbt.net> writes:
|
|normalperson@yhbt.net wrote:
|> misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
|> https://bugs.ruby-lang.org/issues/9421
|> 
|> 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.
|
|I consider this change important enough for me to request SVN commit
|access to ruby/trunk.  I will merge patches/pull requests submitted
|using Free/Open Source tools if nobody else has interest.
|
|My primary goal is to make it easier for Free Software zealots (like
|myself) to contribute to Ruby.  I'll do my best to not break things for
|non-Free platforms and will give other committers a few days/weeks to
|review and test before I commit anything.
|
|My SSH public key is here: http://yhbt.net/id_rsa.pub
|SHA-1: adc4e096e26eff2a7f59663c54ca3623e1d38ea1
|I have no GPG key and avoid real-life interactions, so no signatures.
|My brain is too slow for real-time/real-life interaction.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60170] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2014-01-28  0:22 ` [ruby-core:60152] " kosaki.motohiro
@ 2014-01-28  9:05 ` naruse
  2014-01-28 18:53 ` [ruby-core:60178] " normalperson
  2014-02-19  1:04 ` [ruby-core:60852] [ruby-trunk - misc #9421] [Closed] " e
  9 siblings, 0 replies; 15+ messages in thread
From: naruse @ 2014-01-28  9:05 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Yui NARUSE.


welcome!

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44655

* Author: Eric Wong
* Status: Assigned
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60177] Re: [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
  2014-01-16  9:35 ` [ruby-core:59807] [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts normalperson
  2014-01-23 22:18   ` [ruby-core:60033] requesting commit access (was: allow/encourage other git hosts) Eric Wong
@ 2014-01-28 18:46   ` Eric Wong
  1 sibling, 0 replies; 15+ messages in thread
From: Eric Wong @ 2014-01-28 18:46 UTC (permalink / raw
  To: ruby-core

Thanks all.  Committed as a r44729
Oops, I forgot to edit the SVN commit log from git-svn.
The ChangeLog file should be in the right format, though.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60178] [ruby-trunk - misc #9421] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2014-01-28  9:05 ` [ruby-core:60170] " naruse
@ 2014-01-28 18:53 ` normalperson
  2014-02-19  1:04 ` [ruby-core:60852] [ruby-trunk - misc #9421] [Closed] " e
  9 siblings, 0 replies; 15+ messages in thread
From: normalperson @ 2014-01-28 18:53 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Eric Wong.


 Thanks all.  Committed as a r44729
 Oops, I forgot to edit the SVN commit log from git-svn.
 The ChangeLog file should be in the right format, though.

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-44662

* Author: Eric Wong
* Status: Assigned
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [ruby-core:60852] [ruby-trunk - misc #9421] [Closed] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
       [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
                   ` (8 preceding siblings ...)
  2014-01-28 18:53 ` [ruby-core:60178] " normalperson
@ 2014-02-19  1:04 ` e
  9 siblings, 0 replies; 15+ messages in thread
From: e @ 2014-02-19  1:04 UTC (permalink / raw
  To: ruby-core

Issue #9421 has been updated by Zachary Scott.

Status changed from Assigned to Closed

Resolved by r44729

Thanks Eric!

----------------------------------------
misc #9421: [PATCH] doc/contributing.rdoc: allow/encourage other git hosts
https://bugs.ruby-lang.org/issues/9421#change-45265

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: Eric Wong
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
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.

----------------------------------------------------------------
The following changes since commit 2c3522c3e403dfdadaaf6095564bde364cc4bddf:

  test_thread.rb: stop at once (2014-01-16 06:34:47 +0000)

are available in the git repository at:

  git://80x24.org/ruby.git git-contrib

for you to fetch changes up to a50dcd3f641d3be6851e1a50fc4d1b0d568f0638:

  doc/contributing.rdoc: allow/encourage other git hosts (2014-01-16 09:32:52 +0000)

----------------------------------------------------------------
Eric Wong (1):
      doc/contributing.rdoc: allow/encourage other git hosts

 doc/contributing.rdoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


---Files--------------------------------
0001-doc-contributing.rdoc-allow-encourage-other-git-host.patch (2.1 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-02-19  1:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-9421.20140116093545@ruby-lang.org>
2014-01-16  9:35 ` [ruby-core:59807] [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts normalperson
2014-01-23 22:18   ` [ruby-core:60033] requesting commit access (was: allow/encourage other git hosts) Eric Wong
2014-01-28  0:15     ` [ruby-core:60150] " KOSAKI Motohiro
2014-01-28  8:03     ` [ruby-core:60167] " Yukihiro Matsumoto
2014-01-28 18:46   ` [ruby-core:60177] Re: [ruby-trunk - misc #9421] [Open] [PATCH] doc/contributing.rdoc: allow/encourage other git hosts Eric Wong
2014-01-23 22:22 ` [ruby-core:60034] [ruby-trunk - misc #9421] " normalperson
2014-01-24  0:14 ` [ruby-core:60040] " e
2014-01-27  4:27   ` [ruby-core:60128] " Eric Wong
2014-01-24  0:16 ` [ruby-core:60041] [ruby-trunk - misc #9421] [Assigned] " e
2014-01-24  2:16 ` [ruby-core:60042] [ruby-trunk - misc #9421] " shyouhei
2014-01-27  4:29 ` [ruby-core:60129] " normalperson
2014-01-28  0:22 ` [ruby-core:60152] " kosaki.motohiro
2014-01-28  9:05 ` [ruby-core:60170] " naruse
2014-01-28 18:53 ` [ruby-core:60178] " normalperson
2014-02-19  1:04 ` [ruby-core:60852] [ruby-trunk - misc #9421] [Closed] " e

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).