##// END OF EJS Templates
Implemented dynamic download links in summary page
Implemented dynamic download links in summary page

File last commit:

r845:a040597b beta
r943:1f28cf53 beta
Show More
enable_git.rst
20 lines | 574 B | text/x-rst | RstLexer

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

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 !