Files @ db71228a4c23
Branch filter:

Location: kallithea/docs/usage/enable_git.rst

db71228a4c23 574 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
Marcin Kuzminski
moved statistics parse_limit into .ini files
decreased celery max task per child to 1 for better memory usage
stats task take usage of new slice option of repository
.. _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 !