diff --git a/rhodecode/lib/hooks.py b/rhodecode/lib/hooks.py --- a/rhodecode/lib/hooks.py +++ b/rhodecode/lib/hooks.py @@ -199,10 +199,9 @@ def log_create_repository(repository_dic def handle_git_post_receive(repo_path, revs, env): """ A really hacky method that is runned by git post-receive hook and logs - an push action together with pushed revisions. It's runned by subprocess - thus needs all info to be able to create a temp pylons enviroment, connect - to database and run the logging code. Hacky as sh**t but works. ps. - GIT SUCKS + an push action together with pushed revisions. It's executed by subprocess + thus needs all info to be able to create a on the fly pylons enviroment, + connect to database and run the logging code. Hacky as sh*t but works. :param repo_path: :type repo_path: