view docs/enable_git.rst @ 992:c03d16787b5c issue-108

Update documentation for LDAP settings (and add Active Directory information).
author Thayne Harbaugh <thayne@fusionio.com>
date Thu, 03 Feb 2011 18:27:00 -0700
parents a040597b070b
children e67786cb2afa
line wrap: on
line source

.. _enable_git:

Enabling GIT support (beta)
===========================


Git support in RhodeCode 1.1 was disabled due to some instability issues, but
If You would like to test it fell free to re-enable it. To enable GIT just
uncomment git line in rhodecode/__init__.py file

.. code-block:: python
 
   BACKENDS = {
       'hg': 'Mercurial repository',
       #'git': 'Git repository',
   }

.. note::
   Please note that it's not fully stable and it might crash (that's why it 
   was disabled), so be careful about enabling git support. Don't use it in 
   production !