$wgGitRepositoryViewers to link to gitweb
authorsaper <saper@saper.info>
Sun, 6 May 2012 20:12:14 +0000 (22:12 +0200)
committersaper <saper@saper.info>
Sun, 6 May 2012 20:12:14 +0000 (22:12 +0200)
commit8bab490decd0978ea945e0ca24b339ce2881187a
treea0d4299e1ebbaa4020933a74b48f71daedde5194
parent7cf5f38232111da6ec8834764628aa29422382c1
$wgGitRepositoryViewers to link to gitweb

My git remote is configured just to be ssh://review/mediawiki/core.git
and I have "review" set up in $HOME/.ssh/config.

Unfortunately, I need to change git remote URLs to make sure
the repository is linked from Special:Version.

This shouldn't be necessary; either we should fallback to the
official MediaWiki git repository or we should add the configuration
option to adapt to local needs.

Change-Id: I2e0b6470c16ec36d0e94cceab844f4a4c4334067
RELEASE-NOTES-1.20
includes/DefaultSettings.php
includes/GitInfo.php