##// END OF EJS Templates
Make detecting bare Git repositories more robust...
Make detecting bare Git repositories more robust Git remote repositories may end on '.git', e.g. myrepo.git. Just checking for a repository path to end on '.git' causes 'Repository not found' errors in such a case. To distinguish between bare and normal Git repositories, check if there is a '/.git' part at the end of the repository path (i.e. if GIT_DIR is pointing to '.' (bare) or '.git').
Stefan Engel -
r2872:17556a81 beta
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib
celerylib
celerypylons
dbmigrate
indexers
middleware
rcmail
vcs
__init__.py Loading ...
annotate.py Loading ...
app_globals.py Loading ...
auth.py Loading ...
auth_ldap.py Loading ...
base.py Loading ...
caching_query.py Loading ...
cleanup.py Loading ...
colored_formatter.py Loading ...
compat.py Loading ...
db_manage.py Loading ...
diffs.py Loading ...
exceptions.py Loading ...
ext_json.py Loading ...
graphmod.py Loading ...
helpers.py Loading ...
hooks.py Loading ...
markup_renderer.py Loading ...
pidlock.py Loading ...
profiler.py Loading ...
subprocessio.py Loading ...
timerproxy.py Loading ...
utils.py Loading ...
utils2.py Loading ...