From: jenkins-bot Date: Mon, 18 Aug 2014 18:26:55 +0000 (+0000) Subject: Merge "Special:Version: Link to tree instead of commit for git hashes" X-Git-Tag: 1.31.0-rc.0~14386 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=552125ee3880f1341b96fe828771847174550538;hp=9f983794066756ddc02d641029f7d960c3c24e0f;p=lhc%2Fweb%2Fwiklou.git Merge "Special:Version: Link to tree instead of commit for git hashes" --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cf00701e80..12e3357596 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5658,9 +5658,9 @@ $wgGitBin = '/usr/bin/git'; */ $wgGitRepositoryViewers = array( 'https://(?:[a-z0-9_]+@)?gerrit.wikimedia.org/r/(?:p/)?(.*)' => - 'https://git.wikimedia.org/commit/%r/%H', + 'https://git.wikimedia.org/tree/%r/%H', 'ssh://(?:[a-z0-9_]+@)?gerrit.wikimedia.org:29418/(.*)' => - 'https://git.wikimedia.org/commit/%r/%H', + 'https://git.wikimedia.org/tree/%r/%H', ); /** @} */ # End of maintenance }