233a33deff
- git prepends a '/' when people use the full form of an ssh URL. Since I *never* use those, (I prefer setting an ssh host alias and just saying 'git95:gitolite' for example), I never caught this. - people will also append a '.git'. It's supposed to work either way, but it wasn't. I had missed a few places where the user might send in 'reponame.git' and was implicitly assuming it would be 'reponame' - finally, we slip-streamed in a wrapper for system() Big thanks and kudos to Michael Brown for catching these issues, and (hopefully, heh!) testing my fixes ;-) |
||
---|---|---|
conf | ||
contrib | ||
doc | ||
hooks | ||
src | ||
t | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
README.mkd |
Gitolite README
Github users: please read the "wiki" link at the top of the page before submitting issues or pull requests.
If you're really impatient, and you're familiar with Unix and ssh, follow the quick install instructions.
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 here -- 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.
For convenience, here is a link to the master table of contents, which is very useful to search using your browser's search function.
License information for code and documentation is at the end of doc/index.mkd (or you can read it online [here][license]).