User:Mati/Download
From MediaWiki.org
The source code of this extension is managed on git.fsinf.at. You can find the repository at mediawiki/{{{dir}}}. To get the most recent version of this extension, fetch the current HEAD:
git clone http://git.fsinf.at/mediawiki/{{{dir}}}.git
Older versions are marked as tags, you can view available tags with git tag -l and move back to the current HEAD with git checkout <tag-name>. Versions for older versions of MediaWiki, if available, are managed as branches, use git branch and git checkout <branch> to move to a specific branch. To move back to the newest version, use git checkout master.
Note that Gitorious allows you to download older different commits as tarball if you do not want to install git.