MTrackWeb/Hook/git.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 25 Jun 2011 11:41:43 +0000 (19:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 25 Jun 2011 11:41:43 +0000 (19:41 +0800)
MTrackWeb/Hook/git.php

index 19b7ace..cac7350 100755 (executable)
@@ -49,6 +49,8 @@ class MTrackWeb_Hook_git extents MTrackWeb
             
             $bridge = new MTrack_SCM_Git_CommitHookBridge($repo);
             
+            die("work out user?");
+            
             // WTF is this for.. it the hook should be telling who the user is.
             $author = 'www-data';//MTrackAuth::whoami();
             $author = mtrack_canon_username($author);