From: Alex Monk Date: Mon, 29 Oct 2012 03:12:31 +0000 (+0000) Subject: Symlink README.mediawiki to README so Github renders it as wikitext. X-Git-Tag: 1.31.0-rc.0~21824 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=29505e5477f0cd9fa5e2ad4ed0d41a07a7fafb6b;p=lhc%2Fweb%2Fwiklou.git Symlink README.mediawiki to README so Github renders it as wikitext. The README file is displayed at https://github.com/mediawiki/core but is not parsed as wikitext. This change should fix that. Unfortunately this doesn't work for viewing other files, where it just shows the name of the destination of the symlink. Change-Id: I56b29da20a0ea45d3cb4ad6cc98091406886cb79 --- diff --git a/README.mediawiki b/README.mediawiki new file mode 120000 index 0000000000..100b93820a --- /dev/null +++ b/README.mediawiki @@ -0,0 +1 @@ +README \ No newline at end of file