gitweb: support automatic readme generation
[git/gitweb.git] / .topmsg
blobd7906987befbdb4b3cd335624fb4164fb6da3fa0
1 Subject: [PATCH] gitweb: support automatic readme generation
3 If enabled by setting $git_automatic_readme_html to an executable
4 that takes a .git directory as its argument, then if README.html
5 insertion is enabled and README.html does not exist or is zero
6 length, then the output of the $git_automatic_readme_html utility
7 will be inserted instead if it is non-empty.
9 It's still possible to prevent display of any readme by creating
10 a README.html file that consists of only XML <!-- comments -->.
12 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>