aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2012-03-25 12:24:12 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2012-03-25 12:24:12 +0530
commit3bed50735fe8af11ff081d1c52d6660557969036 (patch)
tree18751570d548ed00200b7d638402e386d0bbf592
parentmirroring: fix several minor issues related to 'reponame.git' (diff)
downloadgitolite-gentoo-3bed50735fe8af11ff081d1c52d6660557969036.tar.gz
gitolite-gentoo-3bed50735fe8af11ff081d1c52d6660557969036.tar.bz2
gitolite-gentoo-3bed50735fe8af11ff081d1c52d6660557969036.zip
mention g3 in README
-rw-r--r--README.mkd18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index a6e7ec1..8526061 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,5 +1,23 @@
# Gitolite README
+**2012-03-25: there is a completely re-written version of gitolite in the "g3"
+branch. The old version will now be supported only for existing users, and
+for people who need the features that have not yet made it to the new one. To
+reflect this, the `pu` branch has been merged into master and deleted.**
+
+The steps to use the new version are:
+
+ git clone git://github.com/sitaramc/gitolite
+ cd gitolite
+ git checkout g3
+
+
+Documentation is currently available at [g3di]
+
+[g3di]: http://sitaramc.github.com/gitolite/g3/
+
+----
+
**Github users: please read the "wiki" link at the top of the page before
submitting issues or pull requests**.