summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremacs <emacs@orgmode.org>2011-07-08 15:22:21 +0000
committeremacs <emacs@orgmode.org>2011-07-08 15:22:21 +0000
commit87aa678e4576b429ad821de21793fdb0b728d796 (patch)
treea339d8c683f2791e68d1b1ecdb3e6256467c35ae
parent57dd93f8eaeacdb03e028681f428cfb565786283 (diff)
downloadorg-mode-87aa678e4576b429ad821de21793fdb0b728d796.tar.gz
Update README_GIT
-rw-r--r--README_GIT28
1 files changed, 17 insertions, 11 deletions
diff --git a/README_GIT b/README_GIT
index 6e0d03f..2cdb4a9 100644
--- a/README_GIT
+++ b/README_GIT
@@ -9,28 +9,34 @@ development.
* Main rules
-1. The git repository is hosted publicly at repo.or.cz. Anyone
- can get a clone of the current repository state using the
- command
+1. The master git repository is hosted publicly at orgmode.org.
+ Anyone can get a clone of the current repository state using
+ the command
- git clone git://repo.or.cz/org-mode.git
+ git clone git://orgmode.org/org-mode.git
Having a clone is sufficient to start hacking and to produce
patches that can easily and consistently be applied to the
main repository.
-2. People who are interested to participate in the Org-mode
- development can do so by sending patches to
- emacs-orgmode@gnu.org.
+2. There is a mirror hosted publicly at repo.or.cz. Anyone can
+ get a clone of the current repository state using the command
+
+ git clone git://repo.or.cz/org-mode.git
+
+3. People who are interested to participate in the Org-mode
+ development can to so by sending patches to this address:
+
+ emacs-orgmode@gnu.org
-3. An interested developer can also request push access to the
- central repository by sending his/her user-info at repo.or.cz
- the maintainer of Org-mode.
+4. An interested developer can also request push access to the
+ central repository by sending her/his user-info to the
+ maintainer of Org-mode or the webmaster of orgmode.org.
After you have been added as a user with push privileges,
clone the repository through ssh using
- git+ssh://repo.or.cz/srv/git/org-mode.git
+ git clone orgmode@orgmode.org:org-mode.git
By requesting push access, you acknowledge that you have read
and agreed with the following rules: