www contribute: Updated according to comments by Daniel Willmann.

SVN revision: 84376
This commit is contained in:
Tom Hacohen 2013-02-26 10:59:33 +00:00
parent eabe5a4380
commit 2c5e80d125
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
href=http://git-scm.com/>GIT</a>. Most Linux
distributions come with packages for it; for other operating
systems your luck may vary. There is <a
href=http://msysgit.github.com/>msysgit</a> for windows,
href=http://msysgit.github.com/>msysgit</a> for Windows,
and OSX users can just use regular GIT like their Linux
counterparts. To clone a git repository you need to do (for example for the EFL repo):
</p>
@ -61,7 +61,7 @@
<p><pre><code>git format-patch LAST-COMMIT-BEFORE-YOURS # read the manual
</code></pre></p>
<p>
Please read more about git so you'll be able to unleash it's full power.
Please read more about git so you'll be able to unleash its full power.
We use phabricator for patch reviews, ticket management, wiki and etc. This
means we use "arcanist" for patch submissions. More info is available
at the relevant <a href=https://phab.enlightenment.org/w/arcanist/>phabricator wiki page</a>.
@ -75,7 +75,7 @@
GIT Commits Mailing List</a> as they happen.
In order to give yourself the ability to do all of these, i.e use your commit
access, you'll have to modify your git remote. You do that by running:
<p><pre><code>git remote set-url git+ssh://git@git.enlightenment.org/core/efl.git</code></pre></p>
<p><pre><code>git remote set-url origin git+ssh://git@git.enlightenment.org/core/efl.git</code></pre></p>
If by some crazy turn of events we gave you access without you having a clone
in the first place, or alternatively you are doing a new clone for whatever
reason, you can just clone the git+ssh path directly.