Show More
@@ -228,11 +228,10 b' class SimpleGit(BaseVCSController):' | |||
|
228 | 228 | self.__inject_extras(repo_path, baseui, extras) |
|
229 | 229 | |
|
230 | 230 | try: |
|
231 | self._handle_githooks(repo_name, action, baseui, environ) | |
|
231 | 232 | # invalidate cache on push |
|
232 | 233 | if action == 'push': |
|
233 | 234 | self._invalidate_cache(repo_name) |
|
234 | self._handle_githooks(repo_name, action, baseui, environ) | |
|
235 | ||
|
236 | 235 | log.info('%s action on GIT repo "%s" by "%s" from %s' % |
|
237 | 236 | (action, repo_name, username, ip_addr)) |
|
238 | 237 | app = self.__make_app(repo_name, repo_path, extras) |
General Comments 0
You need to be logged in to leave comments.
Login now