Changeset - dd2d5b65cae9
[Not reviewed]
beta
0 1 0
Vincent Caron - 13 years ago 2012-09-20 15:35:55
vcaron@bearstech.com
Grafted from: 3b15acfa0288
Also export config filename via extras.config in simplegit middleware (juste like for the simplehg one)
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/middleware/simplegit.py
Show inline comments
 
@@ -188,12 +188,14 @@ class SimpleGit(BaseVCSController):
 

	
 
        # extras are injected into UI object and later available
 
        # in hooks executed by rhodecode
 
        from rhodecode import CONFIG
 
        extras = {
 
            'ip': ipaddr,
 
            'username': username,
 
            'action': action,
 
            'repository': repo_name,
 
            'scm': 'git',
 
            'config': CONFIG['__file__'],
 
            'make_lock': None,
 
            'locked_by': [None, None]
 
        }
0 comments (0 inline, 0 general)