diff options
author | Colin Guthrie <colin@mageia.org> | 2013-12-03 10:53:08 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-12-03 10:53:08 +0000 |
commit | 595a8caa2e1afbc5b3ccb122f4ef3e2fe30fea8d (patch) | |
tree | 1963c3c8b0343e4d9d97f829950c6b3d25f05e0e /modules/cgit | |
parent | a73043cbd307a1014ef26558e70cdcc205afbc25 (diff) | |
download | puppet-595a8caa2e1afbc5b3ccb122f4ef3e2fe30fea8d.tar puppet-595a8caa2e1afbc5b3ccb122f4ef3e2fe30fea8d.tar.gz puppet-595a8caa2e1afbc5b3ccb122f4ef3e2fe30fea8d.tar.bz2 puppet-595a8caa2e1afbc5b3ccb122f4ef3e2fe30fea8d.tar.xz puppet-595a8caa2e1afbc5b3ccb122f4ef3e2fe30fea8d.zip |
cgit: Favour a README.mga.md over README.md for about pages.
This is useful in some circumstances when there is already a README.md
but is related to something else.
Diffstat (limited to 'modules/cgit')
-rw-r--r-- | modules/cgit/templates/cgitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cgit/templates/cgitrc b/modules/cgit/templates/cgitrc index 9fbb9650..ec0f6595 100644 --- a/modules/cgit/templates/cgitrc +++ b/modules/cgit/templates/cgitrc @@ -95,6 +95,7 @@ about-filter=/usr/libexec/cgit/filters/about-formatting.sh ## Search for these files in the root of the default branch of repositories ## for coming up with the about page: ## +readme=:README.mga.md readme=:README.md readme=:README.rst readme=:README.html |