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