Merge "Add option to rebuild message files on a different folder. It also creates...
[lhc/web/wiklou.git] / includes / debug / Debug.php
index 418eede..10905f2 100644 (file)
@@ -260,6 +260,7 @@ class MWDebug {
                        'phpVersion' => PHP_VERSION,
                        'gitRevision' => GitInfo::headSHA1(),
                        'gitBranch' => GitInfo::currentBranch(),
+                       'gitViewUrl' => GitInfo::headViewUrl(),
                        'time' => microtime( true ) - $wgRequestTime,
                        'log' => self::$log,
                        'debugLog' => self::$debug,