X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdebug%2FDebug.php;h=10905f2c954add69cb95cf4467504854be3c0fc6;hb=ddcf8cc660c810f1601b61c90aa33cb36ca60cad;hp=418eede550c4186861ece9ab4a31a6828c11432d;hpb=982ad4749e445df46af1fc6abf872ed857af8b8a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/Debug.php b/includes/debug/Debug.php index 418eede550..10905f2c95 100644 --- a/includes/debug/Debug.php +++ b/includes/debug/Debug.php @@ -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,