diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2020-09-16 12:29:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-16 16:11:53 -0700 |
commit | 872977b10d503d54e8496df398361167b1824bf0 (patch) | |
tree | 5738f1b1213bf4654b6ab2e29ccdecdfa43be26d /contrib | |
parent | 442f5aacccc64ad1a4a05a7d2f97042a2ad206d3 (diff) | |
download | git-872977b10d503d54e8496df398361167b1824bf0.tar.gz |
remote-mediawiki doc: link to MediaWiki's current version
Amend a comment in the test.config file to point to the latest
upstream version, which makes it easier for the user to tweak this.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/mw-to-git/t/test.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/mw-to-git/t/test.config b/contrib/mw-to-git/t/test.config index 5ba0684162..b6fb0b3993 100644 --- a/contrib/mw-to-git/t/test.config +++ b/contrib/mw-to-git/t/test.config @@ -31,6 +31,9 @@ WEB_WWW=$WEB/www # The variables below are used by the script to install a wiki. # You should not modify these unless you are modifying the script itself. # tested versions: 1.19.X -> 1.21.1 +# +# See https://www.mediawiki.org/wiki/Download for what the latest +# version is. MW_VERSION_MAJOR=1.21 MW_VERSION_MINOR=1 FILES_FOLDER=install-wiki |