diff options
author | Till Höppner | 2017-06-06 22:56:08 +0200 |
---|---|---|
committer | Till Höppner | 2017-06-06 22:56:08 +0200 |
commit | 5552f85f24043c78937f2787e9d648531979b85e (patch) | |
tree | 841e7ada1afca66a3b4dea7a87155e98787ea3ac | |
parent | f37fae6dd88df0f8bba3422b5794a3abb2a19e12 (diff) | |
download | server-5552f85f24043c78937f2787e9d648531979b85e.tar.gz server-5552f85f24043c78937f2787e9d648531979b85e.tar.xz server-5552f85f24043c78937f2787e9d648531979b85e.zip |
Allow other more readme names
-rw-r--r-- | images/git/cgit/cgitrc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/images/git/cgit/cgitrc b/images/git/cgit/cgitrc index 9e7f22d..e545ec7 100644 --- a/images/git/cgit/cgitrc +++ b/images/git/cgit/cgitrc @@ -4,7 +4,6 @@ logo=/cgit.png root-title=tx0.co clone-prefix=git://tx0.co https://g.tx0.co/git git@tx0.co: snapshots=tar.gz tar.xz tar.bz2 zip -readme=master:README.md master:README master:README.txt about-filter=/app/about-formatting.sh #/usr/lib/cgit/filters/about-formatting.sh source-filter=/app/syntax-highlighting3.sh @@ -41,6 +40,6 @@ mimetype.pdf=application/pdf mimetype.png=image/png mimetype.svg=image/svg+xml -readme=:README.md -readme=:README.txt -readme=:README +readme=master:README.md +readme=master:README.txt +readme=master:README |