2011-11-01 06:03:20 +01:00
|
|
|
# Gitolite README
|
2011-01-26 02:22:09 +01:00
|
|
|
|
2012-03-25 08:54:12 +02:00
|
|
|
**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/
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2012-01-04 10:33:55 +01:00
|
|
|
**Github users: please read the "wiki" link at the top of the page before
|
|
|
|
submitting issues or pull requests**.
|
|
|
|
|
2011-11-01 06:03:20 +01:00
|
|
|
If you're really impatient, and you're familiar with Unix and ssh, follow the
|
|
|
|
[quick install](http://sitaramc.github.com/gitolite/index.html#qi)
|
|
|
|
instructions.
|
2010-09-02 15:45:32 +02:00
|
|
|
|
2011-11-01 06:03:20 +01:00
|
|
|
But if you want to do anything meaningful with gitolite you have to spend some
|
|
|
|
time cuddling up to the docs. **The complete online documentation starts
|
2011-11-13 03:22:26 +01:00
|
|
|
[here](http://sitaramc.github.com/gitolite)** -- this is the best starting
|
|
|
|
point for general questions about git, such as what it is, why you would need
|
|
|
|
it, features, contact/mailing list info, and so on.
|
2011-11-13 03:22:45 +01:00
|
|
|
|
|
|
|
For convenience, here is a link to the [master table of
|
|
|
|
contents](http://sitaramc.github.com/gitolite/master-toc.html), which is very
|
|
|
|
useful to search using your browser's search function.
|
2012-03-02 05:17:28 +01:00
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
License information for code and documentation is at the end of doc/index.mkd
|
|
|
|
(or you can read it online [here][license]).
|