• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

conf/H14-May-2012-10082

contrib/H14-May-2012-5,1802,964

doc/H14-May-2012-8,1045,788

hooks/H14-May-2012-211102

src/H03-May-2022-3,7572,161

t/H14-May-2012-5,9015,050

.gitattributesH A D14-May-2012140 54

.gitignoreH A D14-May-201244 65

MakefileH A D14-May-2012551 2010

README.mkdH A D14-May-20121.5 KiB4228

README.mkd

1# Gitolite README
2
3**2012-03-25: there is a completely re-written version of gitolite in the "g3"
4branch.  The old version will now be supported only for existing users, and
5for people who need the features that have not yet made it to the new one.  To
6reflect this, the `pu` branch has been merged into master and deleted.**
7
8The steps to use the new version are:
9
10    git clone git://github.com/sitaramc/gitolite
11    cd gitolite
12    git checkout g3
13
14
15Documentation is currently available at [g3di]
16
17[g3di]: http://sitaramc.github.com/gitolite/g3/
18
19----
20
21**Github users: please read the "wiki" link at the top of the page before
22submitting issues or pull requests**.
23
24If you're really impatient, and you're familiar with Unix and ssh, follow the
25[quick install](http://sitaramc.github.com/gitolite/index.html#qi)
26instructions.
27
28But if you want to do anything meaningful with gitolite you have to spend some
29time cuddling up to the docs.  **The complete online documentation starts
30[here](http://sitaramc.github.com/gitolite)** -- this is the best starting
31point for general questions about git, such as what it is, why you would need
32it, features, contact/mailing list info, and so on.
33
34For convenience, here is a link to the [master table of
35contents](http://sitaramc.github.com/gitolite/master-toc.html), which is very
36useful to search using your browser's search function.
37
38----
39
40License information for code and documentation is at the end of doc/index.mkd
41(or you can read it online [here][license]).
42